Skip to content

Commit 30bbc2c

Browse files
committed
Merge branch 'tbaudier-master-patch-29184' into 'master'
Update readme.md See merge request tbaudier/gatecontrib!1
2 parents 056bd61 + f70c41c commit 30bbc2c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Warning** - This is a *user-oriented*, collaborative repository of Gate examples. The [OpenGate collaboration](http://www.opengatecollaboration.org/) is not responsible of any contents.
44

5-
**PLEASE INSTALL GIT-LFS FIRST: this is required !**
5+
**PLEASE INSTALL GIT-LFS FIRST: this is required !**
66
This repository contains data (binary files), stored with [git-lfs](https://git-lfs.github.com/) extension. For most modern Linux distributions there is a standard package for this, e.g. for Ubuntu/Debian do: `apt install git-lfs`. (If your OS does not have a standard package for git-lfs, then follow the installation instructions on the [git-lfs GitHub page](https://git-lfs.github.com/).) With git-lfs successfully installed, clone the `GateContrib` repository with the command `git lfs clone https://github.com/OpenGATE/GateContrib.git`. If you omit the `lfs` from the `git clone` command then the large binary files may not be downloaded correctly.
77

88
[Gate](https://github.com/OpenGATE/Gate), based on [Geant4](https://geant4.web.cern.ch) library, allows to perform various Monte-Carlo simulations in the field of **medical physics**. [Gate](https://github.com/OpenGATE/Gate) can be used in numerous ways and for a lot of different applications. This repository contains [Gate](https://github.com/OpenGATE/Gate) simulation examples, mostly provided by users, in order to help sharing knowledge.
@@ -28,3 +28,12 @@ References collaboration papers:
2828
* 2011 http://www.ncbi.nlm.nih.gov/pubmed/21248393
2929
* 2014 http://www.ncbi.nlm.nih.gov/pubmed/24877844
3030

31+
----
32+
**If you encounter some problem while pulling:**
33+
The repository was rebased in October 2020. So you can face to pulling problems. You can try one of this solution:
34+
- If you do not have any modification in your local folder, you can remove and clone again the repository
35+
- If you do not want to remove your local folder, you can try `git reset --hard origin/master` to force the pull
36+
- For expert, you can try to rebase your local commits with the current master branch
37+
38+
In any case, if you have some troubles, do not hesitate to send an issue via Github, we can help you.
39+

0 commit comments

Comments
 (0)