Created
February 24, 2020 13:30
-
-
Save markodayan/f9d65b700f6c2d42a15d045129c5d546 to your computer and use it in GitHub Desktop.
Git Commands etc
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
# add remote | |
git remote add origin <remote-link> | |
git add . | |
git commit -m "<commit message>" | |
git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment