Skip to content

Commit

Permalink
git: Add alises for 'commit -a = ca', 'di = diff' & 'status = st'.
Browse files Browse the repository at this point in the history
  • Loading branch information
helmesjo committed Jan 7, 2023
1 parent d4c9d6e commit 4860b57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/linux-arch/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@

[include]
path = ~/.gitconfig.local

[alias]
ca = commit -a
di = diff
st = status

0 comments on commit 4860b57

Please sign in to comment.