Last active
June 17, 2022 03:51
-
-
Save miguelmota/c55cc3f8aba345fc80262b3707a2e2b1 to your computer and use it in GitHub Desktop.
github git push to gist pull from gist
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
# gist id = c55cc3f8aba345fc80262b3707a2e2b1 | |
git clone [email protected]:c55cc3f8aba345fc80262b3707a2e2b1.git | |
git add . | |
git commit -m "Initial commit" | |
git remote add origin [email protected]:c55cc3f8aba345fc80262b3707a2e2b1.git | |
git push origin main # make sure it's "main" branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment