Skip to content

Instantly share code, notes, and snippets.

@markodayan
Created February 24, 2020 13:30
Show Gist options
  • Save markodayan/f9d65b700f6c2d42a15d045129c5d546 to your computer and use it in GitHub Desktop.
Save markodayan/f9d65b700f6c2d42a15d045129c5d546 to your computer and use it in GitHub Desktop.
Git Commands etc
# 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