Sunday, July 21, 2013

Popular git commands

Git is a distributed version control and source code management system. Some popular git commands that we use are

git clone 
git push heroku master
git add &ltfilename&gt
git commit -m "description message"
git config --global user.name "&ltusername&gt"
git config --global user.email "&ltemail&gt"
git push origin master

No comments:

Post a Comment