We will use Git, where I work, and we have some programmers at home, as well as some external freelance programmers who have never used Source Control Management before.
The reason we want to use Git is to better communicate with freelance programmers and avoid code loss and generally keep track of what they are doing.
So now we need a commit policy. Ie when users need to commit transactions, and when they have to reset commits, etc.
Are there written policies from other projects that I can read?
Or does anyone know about the good practices that we should use?
source
share