Skip to content

Commit

Permalink
chore(core): change user data global on git
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 22, 2024
1 parent 5bd4bc3 commit dccfa8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = "@slovacus"
email = "slovacus@gmail.com"
name = Luis Mayta
email = luis@hadenlabs.com

[core]
autocrlf = input
Expand All @@ -10,6 +10,9 @@
fscache = true
filemode = true

[github]
user = luismayta

[alias]
ci = commit
ck = checkout
Expand Down

0 comments on commit dccfa8e

Please sign in to comment.