Last active
February 16, 2022 13:50
-
-
Save peterkarn/ec7639205ce10d3ab9a0aac1e44f9751 to your computer and use it in GitHub Desktop.
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
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