Docker: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Docker“)
 
Zeile 1: Zeile 1:
Docker
+
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
 +
 
 +
Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
 +
 
 +
[Git, free and open source https://git-scm.com/]
 +
 
 +
 
 +
<big>'''''Tutorial's'''''</big>
 +
 
 +
 
 +
''Set global username/email:''
 +
 
 +
    '''git config --global user.name "NAME"'''

Version vom 28. April 2021, 12:47 Uhr

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.

[Git, free and open source https://git-scm.com/]


Tutorial's


Set global username/email:

   git config --global user.name "NAME"