Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
typeflat

After you fork the project OpenHospital (for more infos please visit Fork and goContribution workflow), it may happen that your fork remains behind the original development, for new features or new branches as well.

...

Info
titledefault branch

default branch is "develop", you should keep it always clean and work only on separated branches (see Contribution workflow)


Info
titlerebase your work

if you have ongoing developments first read "Rebase your work" below

...

Info
titleGitHub support

Please note that GitHub already support automatic sync for forks, just look at you repo code page for the button below; after

Image Added

After "Sync fork" is done, you can just do a git checkout develop then git pull on your local.Image Removed


1-- Clone your fork (you might have already cloned):

...