[...]
StGit has the same problem. Publishing such a branch is only for viewing if
you want to publish the tip, like the pu branch in the Git repo. You shouldn't
merge from pu either.
Patches your are done and not stored as patches anymore can be propagated
to a "stable" branch using git branch -f stable HEAD~$(stg applied|wc -l)
which is then pushed like any other branch. Don't play the stg uncommit game
too much to avoid a mess.
I'm not sure the branch command is the best way, but you get the idea.
-- robin
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html