Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 906 Bytes

README.markdown

File metadata and controls

25 lines (17 loc) · 906 Bytes

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:

 [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.