Skip to content

Instantly share code, notes, and snippets.

@Korveld
Created February 15, 2023 16:14
Show Gist options
  • Select an option

  • Save Korveld/4aa2cf0cf4c074ad22fa03be58297109 to your computer and use it in GitHub Desktop.

Select an option

Save Korveld/4aa2cf0cf4c074ad22fa03be58297109 to your computer and use it in GitHub Desktop.
Setup git remote
git init .
git remote add origin git@github.com:user/repo.git
git fetch origin
git checkout master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment