Skip to content

Commit

Permalink
Add git un alias
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Jan 8, 2024
1 parent 39bebcb commit b87607b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig.base
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
tree = log --graph --oneline --all
undo = reset --mixed HEAD^
undoamend = reset --soft HEAD@{1}
un = unstage
unstage = reset HEAD
up = pull --rebase origin
yesterday = diff --stat 'HEAD@{yesterday}' 'HEAD@{midnight}'
Expand Down

0 comments on commit b87607b

Please sign in to comment.