Presentation is loading. Please wait.

Presentation is loading. Please wait.

Github. Download & install git   Git bash  Git GUI.

Similar presentations


Presentation on theme: "Github. Download & install git   Git bash  Git GUI."— Presentation transcript:

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


Download ppt "Github. Download & install git   Git bash  Git GUI."

Similar presentations


Ads by Google