# git checkout -b branchB origin/branchB
# cd -
# git clone repo-master repo-branchB-feature
# cd repo-branchB-feature
# git checkout -b branchB-feature origin/branchB
# cd -
Should work better for you. And there is probably a way to do it less
commands too.
--
Roger Gammans
--
To unsubscribe
s that use
the fast-export format to manipulate history.
Signed-off-by: Roger Gammans
---
Documentation/git-fast-export.txt | 5 +
builtin/fast-export.c | 15 ---
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/Documentation/git-fast-export.txt
b/Documen
2 matches
Mail list logo