Skip to content

Instantly share code, notes, and snippets.

@denisinla
Created December 16, 2012 23:08

Revisions

  1. Denis Kabistan created this gist Dec 16, 2012.
    7 changes: 7 additions & 0 deletions git-lg.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    You can add a line to your **.zshrc** to ignore auto-correct for all git commands:

    ``alias git='nocorrect git'``

    The other option is to re-create your aliases from .gitconfig in **.zshrc** like so:

    ``alias 'glg'='git lg'``