Changes between Version 45 and Version 46 of SourceCodeGit


Ignore:
Timestamp:
Nov 5, 2014, 6:47:38 AM (9 years ago)
Author:
Eric Myers
Comment:

Minor language/typo fixes

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v45 v46  
    109109Run `git remote show origin` to list the remote branches.
    110110       
    111 As you cloned the Git repository, a 'local master branch' was created.
    112 This initially corresponds to the 'remote master branch', but once you start editing files,
     111When you cloned the Git repository a 'local master branch' was created.
     112This initially matches the 'remote master branch', but once you start editing files,
    113113it will of course deviate from it.
    114 
    115114You can create local branches and tags (both invisible to anyone but yourself).
    116115You can check out a specific 'remote tag' to compile,
     
    127126about generating pretty pictures of the same.
    128127
    129 For the impatient living on Unix, follow Slipp D. Thompson's idead and edit (or create)
     128For the impatient living on Unix, you can follow Slipp D. Thompson's idea and edit (or create)
    130129your '~/.gitconfig' file, adding the following command aliases:
    131130
     
    143142}}}
    144143
    145 inside 'boinc' for a quick text-only history dump:
     144inside the 'boinc' directory for a quick text-only history dump, which will look something like this:
    146145
    147146{{{
     
    165164
    166165
    167 To go back to the remote master branch after you modified some files in a hasty fashion:
     166=== Examples using tags and branches ===
     167
     168To revert back to the remote master branch after you have modified some files in a too hasty fashion:
    168169{{{
    169170git checkout master