Pushing to this repo via Git Bash - TimothyLe/SRE2017 GitHub Wiki

Making a push request

Open up a Git Bash, cmder, or etc and type the following commands.

git clone https://github.com/TimothyLe/SRE2017.git [Your local directory]  
git add . [or any single files you like]  
git commit -m "Your message"  
git remote add origin https://github.com/TimothyLe/SRE2017.git  
git remote -v  
git pull origin master  
git push origin master  
log [optional]  

Shortly, the request should arrive here.