Skip to content

Instantly share code, notes, and snippets.

@metinsaylan
Created July 16, 2020 16:12
Show Gist options
  • Save metinsaylan/afe0b30948029f62982615a3f23a3220 to your computer and use it in GitHub Desktop.
Save metinsaylan/afe0b30948029f62982615a3f23a3220 to your computer and use it in GitHub Desktop.
git remote add
git remote add origin https://github.com/<username>/<repo>.git
git branch --set-upstream-to=origin/master master
git push -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment