mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 04:46:12 +10:00
.gitconfig: Remove the destructive undopush alias
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user