Skip to content

Instantly share code, notes, and snippets.

@DimaRU
Created January 18, 2024 14:51
Show Gist options
  • Select an option

  • Save DimaRU/050285dea4bf3fd187c4862846c2f91c to your computer and use it in GitHub Desktop.

Select an option

Save DimaRU/050285dea4bf3fd187c4862846c2f91c to your computer and use it in GitHub Desktop.
Create docc branch
$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