Skip to content

Instantly share code, notes, and snippets.

View vinothvino42's full-sized avatar
🎯
Focusing

Vinoth Vino vinothvino42

🎯
Focusing
View GitHub Profile
@vinothvino42
vinothvino42 / git-version-control.markdown
Created December 13, 2015 17:09 — 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.