diff options
author | Guangxiong Lin <[email protected]> | 2024-01-23 22:28:50 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-23 22:28:50 +0800 |
commit | c18109ba364e6e5e5a3ad048c1e8642b3d71c54b (patch) | |
tree | 4958a38e7f3625cb4250e80d80f7b525ef083275 /.gitconfig | |
parent | 6dedd2f7bc4ecd61dff17592deed45c4da7ae9e8 (diff) | |
download | dotfiles-c18109ba364e6e5e5a3ad048c1e8642b3d71c54b.tar.gz dotfiles-c18109ba364e6e5e5a3ad048c1e8642b3d71c54b.tar.bz2 dotfiles-c18109ba364e6e5e5a3ad048c1e8642b3d71c54b.zip |
Add git aliases
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ co = checkout st = status stsb = status --short --branch - df = diff - dfc = diff --cached + df = diff --color-words + dfc = diff --color-words --cached dt = difftool mt = mergetool |