diff options
author | Alan Pearce | 2013-05-02 09:08:50 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-02 09:08:50 +0100 |
commit | d45621219fb0a77122e374af69855b0068f2c45d (patch) | |
tree | e28116524f127a036c413b2f1746fd4a3cd49315 | |
parent | 15c8da711e990317782d4e29a66c4f8c3a8e401c (diff) | |
download | nixfiles-d45621219fb0a77122e374af69855b0068f2c45d.tar.lz nixfiles-d45621219fb0a77122e374af69855b0068f2c45d.tar.zst nixfiles-d45621219fb0a77122e374af69855b0068f2c45d.zip |
Git: remove purr alias; rebasing is confusing
-rw-r--r-- | gitconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 90115291..74d13ecb 100644 --- a/gitconfig +++ b/gitconfig @@ -16,7 +16,6 @@ ready = rebase -i @{u} lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan - purr = pull --rebase ignored = ls-files --others -i --exclude-standard [github] user = alan@alanpearce.co.uk \ No newline at end of file |