Created
January 18, 2024 14:51
-
-
Save DimaRU/050285dea4bf3fd187c4862846c2f91c to your computer and use it in GitHub Desktop.
Create docc branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $DOCC_BRANCH="docc" | |
| git switch --orphan $DOCC_BRANCH | |
| mkdir docs | |
| touch docs/.nojekyll | |
| git commit --allow-empty -m "docc initial commit" | |
| git push -u origin $DOCC_BRANCH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment