forked from fofix/fofix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (15 loc) · 843 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The repository has moved to https://github.com/fofix/fofix .
Existing clones can be switched to following fofix/fofix by running the
following command:
$ git remote set-url origin git://github.com/fofix/fofix.git
If, and only if, you are reading this file because you already pulled
it into your clone, you'll also need to run:
$ git fetch origin
$ git reset --hard origin/master
Otherwise you can just pull like normal after you run the first command.
(NOTE: Those last two commands assume you haven't made any changes
yourself that we haven't already merged. Those commands will throw away
such changes. Don't run them if you're just reading this from the GitHub
page and haven't actually pulled this file. If you do have unmerged
changes and don't know what to do, come into IRC and we'll help you.)
See you on the other side!