-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a /docs a Git subtree #3647
Comments
This article describes it pretty well: |
Notes: git remote add docs git@github.com:gohugoio/hugoDocs.git
git subtree add --prefix=docs/ docs master --squash Pulling changes should be: git subtree pull --prefix=docs/ docs master --squash @digitalcraftsman we should mostly do changes in |
Will be replaced by a Git subtree. See #3647
@bep re the use of the master branch: please have a look at gohugoio/hugoDocs#19 (comment). |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
While the splitting of docs => hugoDocs was a good idea, and we should continue with that, the submodule approach has some major flaws:
Maybe Git subtrees?
https://developer.atlassian.com/blog/2015/05/the-power-of-git-subtree/
Help/suggestions welcome. I think we got to fix this sooner than later.
/cc @digitalcraftsman @spf13 @moorereason @anthonyfok
The text was updated successfully, but these errors were encountered: