Skip to content

Commit

Permalink
add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashikun committed Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1a06fcb commit 490e616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -17,9 +17,12 @@
phh = push origin HEAD
di = diff
difff = diff --word-diff
dis = diff --staged
br = branch
co = checkout
com = "!f() { git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@' | xargs git checkout; }; f"
re = restore
res = restore --staged

[interactive]
diffFilter = delta --color-only

0 comments on commit 490e616

Please sign in to comment.