Skip to content

Instantly share code, notes, and snippets.

View naijatechgirle's full-sized avatar
🏠
Orla Digital Agency

Eluagu Kelechi Ruth naijatechgirle

🏠
Orla Digital Agency
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