add quick_config.sh
This commit is contained in:
parent
431a9e0300
commit
6027100d13
7
quick_config.sh
Normal file
7
quick_config.sh
Normal file
@ -0,0 +1,7 @@
|
||||
git config user.name 'Lukas Vacula'
|
||||
git config user.email 'lukas@lvacula.com'
|
||||
# To retroactively fix commits, use the following command:
|
||||
# git rebase -r --root --exec "git commit --amend --no-edit --reset-author"
|
||||
# git push --force
|
||||
# **WARNING** This will set *all* commits to the same author.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user