[Kde-scm-interest] SVN closed for commits and Basic Git Groundrules

Oswald Buddenhagen ossi at kde.org
Mon Jul 20 14:59:12 CEST 2009


On Mon, Jul 20, 2009 at 08:49:24AM +0000, Bart Cerneels wrote:
> http://techbase.kde.org/Getting_Started/Sources/KDE_git-tutorial
> 
the "Basic Development" section is a bit short; it will not work that
way if there is more than one developer.
before every push, you will most likely have to pull. it should be
*strongly* suggested to use the --rebase option to pull (use "git
config --global rebase.stat true" with git 1.6.3 to get the nice
diffstat back).
git status should always be called with the -u option - in fact,
everyone who disables this by default should be shot (unless he works on
windows, as that's punishment enough).
before pushing, one should always review the changes with "git log -p".
usage of rebase -i and commit --amend should be strongly encouraged.

please bring that into a shape and add it to the wiki. :)


More information about the Kde-scm-interest mailing list