Skip to content

Commit

Permalink
Add aicommits alias to gitconfig for automated commits
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Apr 8, 2024
1 parent fee773c commit c34f4d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dump/npm-global
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ lint-staged
typeorm
playwright
azurite
aicommits
3 changes: 2 additions & 1 deletion tools/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
aa = !git add . && git add -u && git status
wip = commit -m 'wip'
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ac = !git add -A && aicommits -a
[diff]
algorithm = histogram
colorMoved = dimmed-zebra
colorMoved = dimmed-zebra

0 comments on commit c34f4d2

Please sign in to comment.