Wednesday, April 6, 2016


How to update your code to github?

  • git commit -m "change code name"
  • $ git remote add github git@github.com:username/repositoryurl
  • git push origin master

No comments:

Post a Comment