From 238c7955655ec489a3752429e523aee41d8f2130 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 17 Jan 2022 16:36:26 +0100 Subject: [PATCH] Update methodology-development.md --- methodology-development.md | 2 ++ 1 file changed, 2 insertions(+) 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/)