Skip to content

Commit

Permalink
git dnu
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jan 23, 2025
1 parent c73821e commit 9e894d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ abbr -a -- gcp 'git cherry-pick'
abbr -a -- gd 'git diff'
abbr -a -- gdd 'git diff-default'
abbr -a -- gds 'git diff --staged'
abbr -a -- gdn 'git dn'
abbr -a -- gdnu 'git dnu'
abbr -a -- gf 'git fetch'
abbr -a -- gfa 'git fetch --all'
abbr -a -- gi git
Expand Down
2 changes: 2 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
diff-so-fancy = diff
diff1 = diff
diff2 = diff
dn = diff --name-only
dnu = diff --name-only --diff-filter=U
f = fetch
fe = fetch
l = log --graph --date=short
Expand Down

0 comments on commit 9e894d5

Please sign in to comment.