Difference between revisions of "Git Basics"

From SCECpedia
Jump to navigationJump to search
(Created page with 'Basic Git commands essential for use of Git repositories == Basic Git Operations == #Does this code have a local git repository # Does my local match repository match the remote…')
(No difference)

Revision as of 20:04, 22 February 2016

Basic Git commands essential for use of Git repositories

Basic Git Operations

  1. Does this code have a local git repository
  2. Does my local match repository match the remote

Less Frequent Operations

  1. How to create a repository
  2. How to move a local repository to github

Related Entries