diff --git a/methodology-development.md b/methodology-development.md index 5746cc6..7fdf056 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -18,6 +18,8 @@ * Deploy using Docker. Docker keeps all your application events separate from OS events. * **Setup Version Control** * Connect to your repos using [ssh](https://stackoverflow.com/a/65415202/5684214). + * 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 * Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches) * Add an [`.EditorConfig` file](https://editorconfig.org/)