aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-03-17 09:22:25 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-17 09:22:25 +0100
commitcc7bf5649b98b6ed48b94bd8e2bf7d8add188b27 (patch)
tree19c7ceb9020576e6a818b08e25884da65c0942a6 /.gitconfig
parent34eb24fb076de6ac67c386d2e83476563d874059 (diff)
downloaddotfiles-cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27.tar.gz
dotfiles-cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27.tar.bz2
dotfiles-cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27.zip
.gitconfig: Remove the destructive `undopush` alias
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 5e27ade..9fd73b6 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -23,8 +23,6 @@
credit = "!f() { git commit --amend --author \"$1 <$2>\" -C HEAD; }; f"
# Interactive rebase with the given number of latest commits
reb = "!r() { git rebase -i HEAD~$1; }; r"
- # Undo a `git push`
- undopush = push -f origin HEAD^:master
[apply]
# Detect whitespace errors when applying a patch