Skip to content

Commit

Permalink
Remove unused git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Rypac committed Oct 2, 2023
1 parent 618e4bf commit 8f3ec0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions git/config
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
defaultBranch = main

[alias]
undo = reset HEAD~1 --mixed
amend = commit -a --amend

rename = branch -m
orphan = !git branch --merged | egrep -v \"(^\\*|master|main)\"
branch-clean = !git branch --merged | egrep -v \"(^\\*|master|main)\" | xargs git branch -d

Expand Down

0 comments on commit 8f3ec0e

Please sign in to comment.