Skip to content

Instantly share code, notes, and snippets.

@thinkstylestudio
Forked from JeffreyWay/tip.sh
Created July 18, 2018 06:07

Revisions

  1. @JeffreyWay JeffreyWay revised this gist Aug 15, 2013. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions tip.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1 @@
    ```bash
    alias gundo='git reset HEAD~ && git clean -df'
    ```
    alias gundo='git reset HEAD~ && git clean -df'
  2. @JeffreyWay JeffreyWay created this gist Aug 15, 2013.
    3 changes: 3 additions & 0 deletions tip.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ```bash
    alias gundo='git reset HEAD~ && git clean -df'
    ```