Skip to content

Commit

Permalink
add .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
circled9 committed Nov 16, 2023
1 parent f0e735b commit 332eca7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[user]
name = Matsui Masashi
email = 5251092+circled9@users.noreply.github.com
[init]
defaultBranch = main
[alias]
co = checkout
br = branch
ci = commit
st = status
sw = switch

0 comments on commit 332eca7

Please sign in to comment.