Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| git [2019/03/14 20:43] – [Stuff to ponder, resolve and add somewhere] rpjday | git [2019/10/01 19:03] (current) – [Specific topic pages] rpjday | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * [[Git all commands]] | * [[Git all commands]] | ||
| * [[Git plumbing porcelain]] | * [[Git plumbing porcelain]] | ||
| - | * [[Git revisions]] | ||
| * [[Git init]] | * [[Git init]] | ||
| * [[Git config]] | * [[Git config]] | ||
| + | * [[Git clone]] | ||
| * [[Git blame]] | * [[Git blame]] | ||
| * [[Git aliases]] | * [[Git aliases]] | ||
| + | * [[Git branch]] | ||
| + | * [[Git revisions]] | ||
| * [[Git log]] | * [[Git log]] | ||
| * [[Git add rm]] | * [[Git add rm]] | ||
| + | * [[Git mv]] | ||
| * [[Git commit]] | * [[Git commit]] | ||
| * [[git_good_commits|What makes a good Git Commit?]] | * [[git_good_commits|What makes a good Git Commit?]] | ||
| Line 40: | Line 43: | ||
| ==== Working on ==== | ==== Working on ==== | ||
| + | * [[Git clone]] | ||
| * [[Git tag]] | * [[Git tag]] | ||
| * [[Git reset]] | * [[Git reset]] | ||
| Line 54: | Line 58: | ||
| * [[Git writing an arbitrary blob]] | * [[Git writing an arbitrary blob]] | ||
| * [[Git move uncommitted changes to topic branch]] | * [[Git move uncommitted changes to topic branch]] | ||
| + | * [[Git bare shallow clones]] | ||
| + | * [[Git install from source]] | ||
| ==== Deprecated ==== | ==== Deprecated ==== | ||
| - | * git prune (use git gc) | + | * git prune (use git gc, which calls git prune) |
| * git whatchanged (use git log) | * git whatchanged (use git log) | ||
| * git annotate (use git blame) | * git annotate (use git blame) | ||
| Line 69: | Line 75: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| - | * [[https:// | + | |
| ===== External links ===== | ===== External links ===== | ||
| Line 80: | Line 86: | ||
| ===== Stuff to ponder, resolve and add somewhere ===== | ===== Stuff to ponder, resolve and add somewhere ===== | ||
| + | * WRT next commit, what is in the index is all that matters. | ||
| + | * '' | ||
| * More people should read '' | * More people should read '' | ||
| * '' | * '' | ||
| Line 93: | Line 101: | ||
| * Renaming: | * Renaming: | ||
| * '' | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * What files changed in a given commit? '' | ||
| ===== Other stuff to add (not sure where) ===== | ===== Other stuff to add (not sure where) ===== | ||
| Line 108: | Line 119: | ||
| ==== Advanced Git === | ==== Advanced Git === | ||
| - | * [[git remotes]] | ||
| * [[git whitespace]] | * [[git whitespace]] | ||
| * [[git clone variations]] | * [[git clone variations]] | ||