Skip to content

Instantly share code, notes, and snippets.

@peterkarn
Last active February 16, 2022 13:50
Show Gist options
  • Save peterkarn/ec7639205ce10d3ab9a0aac1e44f9751 to your computer and use it in GitHub Desktop.
Save peterkarn/ec7639205ce10d3ab9a0aac1e44f9751 to your computer and use it in GitHub Desktop.
GIT shortcuts
git add app && git commit -m "Initial dist subtree commit"
Add branch to host on GH pages
git subtree push --prefix app origin gh-page
***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment