Skip to content

Instantly share code, notes, and snippets.

View rajeshflr2016's full-sized avatar

Rajesh rajeshflr2016

View GitHub Profile
@rajeshflr2016
rajeshflr2016 / git-version-control.markdown
Created June 8, 2018 10:08 — forked from albatrocity/git-version-control.markdown
Some basic Git instructions for Github for Mac and the command line

Using Git version control for code projects

Creating a new code repo from a local working copy

  1. From the repositories view in the app, drag the project folder to the bottom of the left sidebar.
  2. Hit "Yes" when it asks if you want to create a local git repository
  3. Go to "Changes" view (⌘2)
  4. Select the files that you want to commit their current state to the repository. You can view the changes of the file by clicking on the double up arrow on the file name bar.