From f3e80c05076d9a27bfb9e076ac91af18a64f1597 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
+ The default branch. Whenever you create a git + repository, a branch named + "master" is created, and becomes the active + branch. In most cases, this contains the local + development. +
++ The default upstream branch. Most projects have one + upstream project which they track, and by default + origin is used for that purpose. New updates from + upstream will be fetched into this branch; you should + never commit to it yourself. +
+To clean a branch by starting from the - head of the main line of development ("master"), and - reapply the (possibly cherry-picked) changes from that - branch. + head of the main line of development + ("master"), and reapply the (possibly cherry-picked) + changes from that branch.