Wednesday, July 2, 2014

Git

Start with this..

git init - to initialize an empty repository

git add -A - add all files changed as well as newly created files

git commit -m "description here"

git push origin master

more here

https://www.atlassian.com/git/tutorial/git-basics


Setting up SSH keys
https://help.github.com/articles/generating-ssh-keys

No comments:

Post a Comment