Skip to content

Commit

Permalink
Merge pull request #29 from adobe/readme-update
Browse files Browse the repository at this point in the history
Added instructions for updating remote repositories after name change.
  • Loading branch information
miguelsousa committed Oct 10, 2012
2 parents f28d814 + fdfc853 commit e97ff6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,19 @@ Getting Involved
Send suggestions for changes to the Source Code OpenType font project maintainer,
phunt@adobe.com, for consideration.

Repo URL Change Note
----
We recently changed the repo URI for Source Code Pro. If you have forked or cloned the repo you will have to make updates to your local version.

First check your remote repositories

`git remote -v`

Usually you will have `origin` (in the case of a clone) and something like `upstream` if you've forked the repo. To update those you need to run

`git remote set-url origin https://github.com/adobe/source-code-pro.git`

If you have other remote repositories you will need to run that command again and replace `origin` with the name of the remote repository (eg `upstream`).

Building
====
Expand Down

0 comments on commit e97ff6d

Please sign in to comment.