|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 416 Location: A'dam/Diemen, The Netherlands
|
Posted: Fri Mar 03, 2017 1:45 pm Post subject: Git copy repo but only for specific folder, keeping history |
|
|
Code: | cd /git/first/clone
git subtree split --prefix=mydirectory/ --branch=mybranch2 |
go to your new directory outside your current git directory
Code: | cd /git/second
git init
git pull /git/first/clone namesgen |
Now add to master and push to remote origin (git@github.com:joesixpack/namesgen.git)
Code: | git remote add origin git@github.com:joesixpack/namesgen.git
git push -u origin --all |
Tested with git version 2.7.4
Code: | git --version
git version 2.7.4 |
Source: https://ariya.io/2014/07/extracting-par...he-history |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Fri Mar 03, 2017 1:45 pm Post subject: Git copy repo but only for specific folder, keeping history |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Fri Mar 03, 2017 1:45 pm Post subject: Git copy repo but only for specific folder, keeping history |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|