Friday, February 11, 2011

git

pull changes
before making any changes
as soon as you load the project
always pull
then work
then push
 
  • git pull origin
  • "git add ."
  • git commit -am ""
    git push origin
  •  

No comments:

Post a Comment