Skip to content

Git tips

woutbr edited this page Dec 7, 2018 · 3 revisions

Keep branches compact

When coding on a new branch, try to keep the changes to a minimum amount of files. This makes merging a lot easier. It means your branch is small and only includes the necessary changes to make the feature work.
When a change in a new file is needed to compile, please do make the change. If it isn't needed, make a new task for it.

Clone this wiki locally