M
M
Maxim2015-10-15 21:31:03
git
Maxim, 2015-10-15 21:31:03

Similar to svn copy in Git?

How to make a branch in Git to a subfolder of a repository or to a set of individual files?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
aol-nnov, 2015-10-16
@mgramin

git checkout -b new_branch
git rm -rf redundant
git commit -am 'w00t'
right? did not work with swami. why might this be required?

M
Maxim Moseychuk, 2015-10-15
@fshp

No way

P
Puma Thailand, 2015-10-15
@opium

branches do not
work globally

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question