Github
Download & install git Git bash Git GUI
Register on github
Create new repository Sign in to your github account On the home page, click on ‘New Repository’ Repository name Create repository
Adding files to repository cd to location of project git init git config user.name “username” git config user. “ ” git add git commit –m “message” git remote add origin git push origin master
Forking repositories Fork spoon-knife repository git clone Make changes Same process as before Don’t need to do git remote add origin