Download presentation
Presentation is loading. Please wait.
Published byKatherine Lloyd Modified over 9 years ago
1
Github
2
Download & install git http://git-scm.com/downloads http://git-scm.com/downloads Git bash Git GUI
3
Register on github https://github.com/ https://github.com/
4
Create new repository Sign in to your github account On the home page, click on ‘New Repository’ Repository name Create repository
5
Adding files to repository cd to location of project git init git config user.name “username” git config user.email “email” git add git commit –m “message” git remote add origin https://github.com/username/helloworld.githttps://github.com/username/helloworld.git git push origin master
6
Forking repositories Fork spoon-knife repository https://github.com/octocat/Spoon-Knife https://github.com/octocat/Spoon-Knife git clone https://github.com/kvaltierra/Spoon-Knife.githttps://github.com/kvaltierra/Spoon-Knife.git Make changes Same process as before Don’t need to do git remote add origin
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.