Anonymous Access
Exemple for phimag :
cd /path/to/your/local/repository/phimag
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/phimag.git
Exemple for APUCal :
cd /path/to/your/local/repository/APUCal
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/APUCal.git
Exemple for FieldStabilisation :
cd /path/to/your/local/repository/FieldStabilisation
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/FieldStabilisation.git
Exemple for IskraMedical :
cd /path/to/your/local/repository/IskraMedical
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/IskraMedical.git
Exemple for Labview :
cd /path/to/your/local/repository/Labview
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/Labview.git
Exemple for megagauss :
cd /path/to/your/local/repository/megagauss
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/megagauss.git
Exemple for Optics :
cd /path/to/your/local/repository/Optics
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/Optics.git
Exemple for Rhuma :
cd /path/to/your/local/repository/Rhuma
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/Rhuma.git
Exemple for RMN :
cd /path/to/your/local/repository/RMN
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/RMN.git
Exemple for TDO :
cd /path/to/your/local/repository/TDO
git remote rm origin && git remote add origin https//git.renater.fr/anonscm/git/phimag/TDO.git
Developer Access
Substitute developername with the proper value.
Exemple for phimag :
cd /path/to/your/local/repository/phimag
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/phimag.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for APUCal :
cd /path/to/your/local/repository/APUCal
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/APUCal.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for FieldStabilisation :
cd /path/to/your/local/repository/FieldStabilisation
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/FieldStabilisation.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for IskraMedical :
cd /path/to/your/local/repository/IskraMedical
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/IskraMedical.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for Labview :
cd /path/to/your/local/repository/Labview
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/Labview.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for megagauss :
cd /path/to/your/local/repository/megagauss
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/megagauss.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for Optics :
cd /path/to/your/local/repository/Optics
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/Optics.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for Rhuma :
cd /path/to/your/local/repository/Rhuma
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/Rhuma.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for RMN :
cd /path/to/your/local/repository/RMN
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/RMN.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>
Exemple for TDO :
cd /path/to/your/local/repository/TDO
git remote rm origin && git remote add origin git+ssh://developername@git.renater.fr:2222/scmrepos/git/phimag/TDO.git
# Il sera probablement nécessaire de faire un pull avant tout commit :
git pull origin <branch>