Skip to content

Commit

Permalink
Update gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jul 9, 2024
1 parent e2696b7 commit 7c0f33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions winfiles/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
uem = config user.email

i = init
ic = !git init && git commit --allow-empty -m "Initial commit"
a = !git add ${@} && git status --short
aa = !git add --all && git status --short
cl = clone
Expand Down
1 change: 1 addition & 0 deletions wslfiles/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
uem = config user.email

i = init
ic = !git init && git commit --allow-empty -m "Initial commit"
a = !git add ${@} && git status --short
aa = !git add --all && git status --short
cl = clone
Expand Down

0 comments on commit 7c0f33c

Please sign in to comment.