Created
February 4, 2024 15:13
-
-
Save gvorster/440b42e6365541621db406bf3f9d6fa8 to your computer and use it in GitHub Desktop.
Add files in current folder to remote github repo
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 init | |
| git add . | |
| git commit -m "init" | |
| git remote add origin REPO_URL | |
| git push -u origin main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment