Skip to content

Instantly share code, notes, and snippets.

@m-root
Created September 17, 2018 06:51
Show Gist options
  • Save m-root/5880269e2ccbc3294b0e50d8988b1f12 to your computer and use it in GitHub Desktop.
Save m-root/5880269e2ccbc3294b0e50d8988b1f12 to your computer and use it in GitHub Desktop.
Changing remote git
$ git remote rm origin
$ git remote add origin [email protected]:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment