Skip to content

Instantly share code, notes, and snippets.

View frdylmz's full-sized avatar
🏠
Working from home

frd frdylmz

🏠
Working from home
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