Skip to content

Instantly share code, notes, and snippets.

@arhgi128
arhgi128 / git_basic_workflow_guide.md
Last active November 16, 2023 09:51
Git basic workflow guide

Git basic workflow guide

I. Disclaimers

  • This guide is more a cheat sheet on a type of git workflow than a tuto. If you need to learn git, there are many tutos and trainings available. There are also many more complete git commands cheat sheets available.

  • It has been kept quite simple to be just a good base and you will come to more complex operations as your work and knowledge goes on.

  • This guide is based on the process I have used on the projects I have been working on and this gives a solid versionning process base. But the process that are used on your project may differ. Please follow your team guidelines first.