Git: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(32 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=create user and group=
+
=Übersicht=
*groupadd dev
+
[[Datei:Git.png|500px]]
*useradd -G dev -d /home/gituser -m -s /bin/bash gituser
 
*passwd gituser
 
=mkdir and init empty git=
 
*mkdir project.git
 
*cd project.git/
 
*git --bare init
 
  
  
 +
*[[gitlab client]]
 +
*[[git remote]]
 +
*[[git server]]
 +
*[[git client]]
 +
*[[etckeeper]]
 +
*[[gitlab]]
 +
*[[gitlab client]]
 +
*[[gitweb]]
 +
*[[git handling]]
 +
*[[git iwatch]]
 +
*[[git Readme]]
 +
*[[github]]
 +
 +
=links=
 
*https://www.tutorialspoint.com/git/git_create_operation.htm
 
*https://www.tutorialspoint.com/git/git_create_operation.htm
  
 
*https://www.thomas-krenn.com/de/wiki/Git_Server-Konfiguration
 
*https://www.thomas-krenn.com/de/wiki/Git_Server-Konfiguration

Aktuelle Version vom 24. April 2023, 11:31 Uhr