Skip to content

Instantly share code, notes, and snippets.

@JeffreyWay
Created August 15, 2013 17:51

Revisions

  1. 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 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'
    ```