dth @ dth-ThinkPad-Edge-E540

This commit is contained in:
dannydannydanny 2022-06-10 16:17:19 +02:00
parent b07483fa26
commit 4a1c564678

View file

@ -10,6 +10,7 @@
* `alias doco="docker-compose -f docker-compose.ENV.yml"; cd /opt/project/`
* **Setup Version Control**
* Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214).
* [Get good at git](https://gitexercises.fracz.com/)
* Setup git credentials
* `git config --local user.email (initialis)@(client comain)`
* Install and use [pre-commit hooks](https://pre-commit.com/) on your dev machine