diff --git a/07 - GameDevSpace/Processes/Git CICD.md b/07 - GameDevSpace/Processes/Git CICD.md index 2f329ba..7da5577 100644 --- a/07 - GameDevSpace/Processes/Git CICD.md +++ b/07 - GameDevSpace/Processes/Git CICD.md @@ -1,6 +1,7 @@ --- tags: - - note/permanent  + - note/permanent + - devops/cicd relates-to: creation-date: 2024-04-09 09:46 modification-date: Tuesday 9th April 2024 09:49:48 @@ -26,7 +27,9 @@ modification-date: Tuesday 9th April 2024 09:49:48 ## Core In a trunk based game development environment, here's a list of the basic actions taken to make the game go through the whole CI/CD process. ### CI - +- create a branch from `main` to code something +- commit and push to this branch +- --- # References \ No newline at end of file