Skip to content

Commit

Permalink
Убрал хардкод имени и почты
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
artbear authored Feb 19, 2021
1 parent 71052f1 commit 1d29232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/git-global-init.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

@rem for current user

git config --global user.name "Artur Ayukhanov"
git config --global user.email aartbear@gmail.com
git config --global user.name "Your Name"
git config --global user.email your@email

@rem global

Expand Down

0 comments on commit 1d29232

Please sign in to comment.