Skip to content

Instantly share code, notes, and snippets.

@valterlobo
Last active August 18, 2023 04:18
Show Gist options
  • Save valterlobo/53d1293ebdcb235c0eb5f7cf37ac0e7a to your computer and use it in GitHub Desktop.
Save valterlobo/53d1293ebdcb235c0eb5f7cf37ac0e7a to your computer and use it in GitHub Desktop.
GIT START
git init -b main
#add remote
git remote add origin git@<REMOTE URL>
git add ....
git commit ....
git push --set-upstream origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment