Thomas Morley <[email protected]> writes: > One additional question: If I want to add something to the then > updated branch, would > $ git push origin HEAD:dev/guile-v2-work > work or would I need to follow the route you described above?
As long as you don't rebase, your followup work is a descendant of the previous work and can be pushed without deletion. -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
