diff --git a/quick_config.sh b/quick_config.sh new file mode 100644 index 0000000..2be2dcd --- /dev/null +++ b/quick_config.sh @@ -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. +