git-svn-init: Clarify branch creation commands
Suggested by: eadler Reviewed by: eadler Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D16593
This commit is contained in:
parent
f38b2297a3
commit
94b92b567c
@ -119,11 +119,9 @@ git_checkout()
|
||||
# Arrange to have 'master' reference 'trunk'
|
||||
${GIT} checkout trunk
|
||||
|
||||
# Delete master
|
||||
${GIT} branch -D master
|
||||
|
||||
# Make master really be trunk
|
||||
${GIT} checkout -b master trunk
|
||||
# Make master reference trunk
|
||||
${GIT} branch --force master trunk
|
||||
${GIT} checkout master
|
||||
}
|
||||
|
||||
rebase()
|
||||
|
Loading…
Reference in New Issue
Block a user