Skip to content

Instantly share code, notes, and snippets.

@chauhan-utk
Created February 16, 2018 06:49
Show Gist options
  • Save chauhan-utk/df01d06acbfe14f94f6e047d0ff87eb9 to your computer and use it in GitHub Desktop.
Save chauhan-utk/df01d06acbfe14f94f6e047d0ff87eb9 to your computer and use it in GitHub Desktop.
Basic setting up for GitHub

Changing the GitHub repo url in local from HTTPS to git

see this link. Basic commands are as follows:

  • git remote -v
  • git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
  • git remote -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment