15,091
edits
Changes
From Gramps
m
→Stable version: {{Stable_branch}}
{{man warn|1=Warning|2=This sets the name of the local branch to "gramps{{Stable_branch}}" (not "maintenance/gramps{{Stable_branch}}"). This may cause problems when you come to "push" your changes back to the server, depending on the "push.default" configuration settings (see below). You can change the name of the local branch by "git branch -m old new" i.e.
git branch -m gramps{{Stable_branch}} maintenance/gramps51gramps{{Stable_branch}}}}
This is known as a "tracking" branch.