-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME.old
25 lines (17 loc) · 906 Bytes
/
README.old
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## bismark-devel/bismark has moved to projectbismark/bismark
The repo you are looking for has moved. You can now find it at
https://github.com/projectbismark/bismark
### How to update your local copy of 'bismark'
If you have any local repositories configured to pull from this repository
(i.e. remotes set up for bismark-devel/bismark), please do the following to
update it to point at the new repository location:
1. `cd` to the top directory of your local repository (e.g. `cd bismark`)
2. Open `.git/config` in your favorite editor and replace every instance of
'bismark-devel' with 'projectbismark', as in the following example:
```diff
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
- url = [email protected]:bismark-devel/bismark.git
+ url = [email protected]:projectbismark/bismark.git
```
**Run a `git pull` to confirm that everything is working as expected.**