Git Basics

From SCECpedia
Revision as of 20:04, 22 February 2016 by Maechlin (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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