About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
corvine74
12/12/2016 - 4:56 PM
share
Share
add_circle_outline
Save
github_commands.md
github_commands.md
content_copy
file_download
Rendered
Source
git add .
stages all modified files
git commit -m "message"
commits staged files with commit message
git push origin master
pushes commited files to server
clear