Skip to main content

Using Git

Submitted by amitsedai on
Version control of code files is important. Also important is to ensure that it is accessible throughout and also to the community from which we gain. I tried creating an account in GitHub, create and fork a repository and add files via commandline using git in Github. Setting Up Git: https://help.github.com/articles/set-up-git
Forking a Repo: https://help.github.com/articles/fork-a-repo
Creating adding and Commiting: http://media.pragprog.com/titles/tsgit/chap-005-extract.html
Help Docs: https://help.github.com/

Technologies