summary refs log tree commit diff stats
path: root/gitconfig
diff options
context:
space:
mode:
authorAlan Pearce2013-05-02 09:08:50 +0100
committerAlan Pearce2013-05-02 09:08:50 +0100
commitd45621219fb0a77122e374af69855b0068f2c45d (patch)
treee28116524f127a036c413b2f1746fd4a3cd49315 /gitconfig
parent15c8da711e990317782d4e29a66c4f8c3a8e401c (diff)
downloaddotfiles-d45621219fb0a77122e374af69855b0068f2c45d.tar.lz
dotfiles-d45621219fb0a77122e374af69855b0068f2c45d.tar.zst
dotfiles-d45621219fb0a77122e374af69855b0068f2c45d.zip
Git: remove purr alias; rebasing is confusing
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 9011529..74d13ec 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