Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ThevenRexOff/2e06ffef0677df7b62ebeb3d56bf4df1 to your computer and use it in GitHub Desktop.

Select an option

Save ThevenRexOff/2e06ffef0677df7b62ebeb3d56bf4df1 to your computer and use it in GitHub Desktop.

Revisions

  1. @maeharin maeharin revised this gist Feb 7, 2013. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,4 @@
    git log --reverse
    git log --reverse

    # show branch tag etc
    git log --reverse --decorate
  2. @maeharin maeharin renamed this gist Feb 7, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @maeharin maeharin revised this gist Feb 7, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion git_show_first_commit.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    git log | tail
    git log --reverse
  4. @maeharin maeharin created this gist Feb 7, 2013.
    1 change: 1 addition & 0 deletions git_show_first_commit.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    git log | tail