/ Published in: Bash
Git basic commands
Expand |
Embed | Plain Text
git add . git commit -m "Description here" git push origin master
You need to login to post a comment.
jderouchie on 02/16/13
1 person have marked this snippet as a favorite
Git basic commands
git add . git commit -m "Description here" git push origin master
You need to login to post a comment.