Re: [git-users] git subtree add: Import only specified folder from remote git

2019-02-04 Thread nsugraiah
hello, How to add multiple folders in GIT. something like this, I have git repo as below projectFolder --> .git --> folder1 -->subfolder1 --> files -->folder2 --> subfolder2 subfolder21 --> files(1--n) and I want add multiple new folders --> .git --> folder1

Re: [git-users] git subtree add: Import only specified folder from remote git

2017-11-21 Thread Konstantin Khomoutov
On Mon, Nov 20, 2017 at 07:47:05PM -0800, Zvi Vered wrote: > I tried: > git subtree split --prefix=windows > and got: > adb5b0b26c0793db6cf86ee7647a4a649c2c7a8d > > Then I tried to run : add+commit+push but got: > nothing to commit, working tree clean > > What should be the next step ? Sorry

Re: [git-users] git subtree add: Import only specified folder from remote git

2017-11-20 Thread Zvi Vered
Hi, I tried: git subtree split --prefix=windows and got: adb5b0b26c0793db6cf86ee7647a4a649c2c7a8d Then I tried to run : add+commit+push but got: nothing to commit, working tree clean What should be the next step ? Thank you, Zvika On Monday, November 20, 2017 at 10:17:25 AM UTC+2,

Re: [git-users] git subtree add: Import only specified folder from remote git

2017-11-20 Thread Zvi Vered
On Monday, November 20, 2017 at 10:17:25 AM UTC+2, Konstantin Khomoutov wrote: > > On Sun, Nov 19, 2017 at 08:15:53PM -0800, Zvi Vered wrote: > > > I'm using the following command to create subtree: > > git subtree add --prefix=DRV1 https://github.com/zviered/DRV1.git > master > > > > The

Re: [git-users] git subtree add: Import only specified folder from remote git

2017-11-20 Thread Konstantin Khomoutov
On Sun, Nov 19, 2017 at 08:15:53PM -0800, Zvi Vered wrote: > I'm using the following command to create subtree: > git subtree add --prefix=DRV1 https://github.com/zviered/DRV1.git master > > The repo https://github.com/zviered/DRV1.git contains few folders. > I want my subtree to contain only