Added pre-commit hooks

This commit is contained in:
Michele Cereda
2022-04-24 15:27:47 +02:00
parent e2f2dbfec8
commit 8a255d17fe
12 changed files with 35 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
# create main branch locally, taking the history from master
git branch --move master main
# push the new local main branch to the remote repo (GitHub)
# push the new local main branch to the remote repo (GitHub)
git push --set-upstream origin main
# switch the current HEAD to the main branch