Monday, 9 June 2014

Git and GitHub

This week I started the John Hopkins University Data Science Specialization via Coursera.  This course has 9 modules, plus a Capstone Project.

The first course is The Data Scientist's Toolbox, which introduces the version control system Git and the online respository system GitHub.  If you are going to develop programs, especially if you are going to be collaborating with others, version control is a must - how else will you be able to keep track of everything you have done and everything else everyone else is doing?

Here are some common commands you will need in the command line:

git init
initialize a git repository.

git remote add origin https://github.com/username/repository.git
associate your local repository with a repository on github.

git add -A
add and update files in your repository.

git commit -m "message relating what you have done for this version"
commit a version to your repository.

git push
push the committed version of your (local) repository to the associated remote repository.

As a first commit to my Github account, I have added my simple social network, which was my final project from the Udacity course Intro to Computer Science. I"ll discuss this in my next post.


1 comment:

  1. Git and Github Online Training, ONLINE TRAINING – IT SUPPORT – CORPORATE TRAINING http://www.21cssindia.com/courses/git-and-github-online-training-248.html The 21st Century Software Solutions of India offers one of the Largest conglomerations of Software Training, IT Support, Corporate Training institute in India - +919000444287 - +917386622889 - Visakhapatnam,Hyderabad Git and Github Online Training, Git and Github Training, Git and Github, Git and Github Online Training| Git and Github Training| Git and Github| "Courses at 21st Century Software Solutions
    Talend Online Training -Hyperion Online Training - IBM Unica Online Training - Siteminder Online Training - SharePoint Online Training - Informatica Online Training - SalesForce Online Training - Many more… | Call Us +917386622889 - +919000444287 - contact@21cssindia.com
    Visit: http://www.21cssindia.com/courses.html"

    ReplyDelete