Template:Git Topic Branch

From FlightGear wiki
Jump to navigation Jump to search
Note  Contributors wanting to check out the topics/canvas-map-dialog branch, need to follow these 3 steps:
  • git remote add canvas-hackers git@gitorious.org:fg/canvas-hackers-fgdata
  • git fetch canvas-hackers
  • git checkout --track -b topics/canvas-map-dialog canvas-hackers/topics/canvas-map-dialog

This will give you a local branch named topics/canvas-map-dialog, so that you can easily pull/push changes. When pulling, it makes sense to pull with --rebase

Please never push directly to the master/next branches, and please don't push force (-f) either.