wiki:GitHowto

Version 1 (modified by winnie, 15 years ago) (diff)

First paragraph of the small Howto

Small Howto use our Git Repro

At first: Every developer should check out the git repository via ssh.. as every other possibility is readonly:

git clone ssh://midnight-commander.org:2222/git/mc.git

There are now several branches, namely:

  • master (testing area)
  • stable (from this branch we do the releases, only stable code)
  • mc-ru-fork (code from a former fork, which should be integrated)
  • utf-8 (a utf8 patch applied)

Our workflow is splitted up in four parts:

  • Creating the patch
  • Discussing the patch
  • Applying the patch to master
  • Moving the patch after testing to stable

Creating the patch