Line 234:
Line 234:
* Go onto Git clone view and add a remote with a name, choose "Configure push" and enter URL. For example, for name "sourceforge" and URL "ssh://yoursourceforgelogin@git.code.sf.net/p/dolibarr/code"
* Go onto Git clone view and add a remote with a name, choose "Configure push" and enter URL. For example, for name "sourceforge" and URL "ssh://yoursourceforgelogin@git.code.sf.net/p/dolibarr/code"
* Just validate, a first push will be done automatically.
* Just validate, a first push will be done automatically.
+
* To force sync, run
+
<source lang="bash">
+
git push sourceforge develop
+
git push --tags sourceforge develop
+
</source>
=Statistics=
=Statistics=