Skip to content

Instantly share code, notes, and snippets.

View rodrigordgfs's full-sized avatar
🇧🇷
Website Developer

Rodrigo Shinoda rodrigordgfs

🇧🇷
Website Developer
View GitHub Profile
@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master