1 / 6

Github

Github. Download & install git. http:// git-scm.com/downloads Git bash Git GUI. Register on github. https://github.com /. Create new repository. Sign in to your github account On the home page, click on ‘New Repository’ Repository name Create repository.

zudora
Download Presentation

Github

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Github

  2. Download & install git • http://git-scm.com/downloads • Git bash • Git GUI

  3. Register on github • 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 • gitinit • gitconfig user.name “username” • gitconfiguser.email “email” • git add • git commit –m “message” • git remote add origin https://github.com/username/helloworld.git • git push origin master

  6. Forking repositories • Fork spoon-knife repository • https://github.com/octocat/Spoon-Knife • git clone https://github.com/kvaltierra/Spoon-Knife.git • Make changes • Same process as before • Don’t need to do git remote add origin

More Related