Git: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(31 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=git server=
+
=Übersicht=
==create user and group==
+
[[Datei:Git.png|500px]]
*groupadd dev
 
*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
 
=git client=
 
==create own project directory==
 
*mkdir my-project
 
*cd my-project/
 
  
 +
 +
*[[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