Skip to content

Commit

Permalink
feat(git): use diffview.nvim for git diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Sep 28, 2024
1 parent 7c86d89 commit 6847a53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .config/git/aliases.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
b = branch
bl = !git --no-pager branch --verbose --all
c = commit
d = diff --stat=100,100 --patch
ds = diff --stat=100,100 --patch --staged
dt = difftool
dts = difftool --staged
d = "! args=$@; shift $#; nvim +\"DiffviewOpen $args\""
ds = d --staged
f = fetch
l = log --graph --branches --remotes --tags --date=iso8601 --pretty=log-default
ld = log --graph --branches --remotes --tags --date=iso8601 --pretty=log-full
Expand Down

0 comments on commit 6847a53

Please sign in to comment.