Skip to content
Snippets Groups Projects
Commit a3bba879 authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Minor fix about bare configuration

parent 6af6094a
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,9 @@ ...@@ -80,6 +80,9 @@
% - git init --bare --shared=all % - git init --bare --shared=all
% - cd .. % - cd ..
% - chmod -R g+rws test.git % - chmod -R g+rws test.git
%
% et : informer git que le dépôt est partagé par un groupe
% - git config core.sharedRepository true (dans le répertoire du dépôt)
% À revoir : % À revoir :
% - outils graphiques windows ? % - outils graphiques windows ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment