diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-03-17 09:22:25 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-17 09:22:25 +0100 |
commit | cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27 (patch) | |
tree | 19c7ceb9020576e6a818b08e25884da65c0942a6 /.gitconfig | |
parent | 34eb24fb076de6ac67c386d2e83476563d874059 (diff) | |
download | dotfiles-cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27.tar.gz dotfiles-cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27.tar.bz2 dotfiles-cc7bf5649b98b6ed48b94bd8e2bf7d8add188b27.zip |
.gitconfig: Remove the destructive `undopush` alias
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |