kb:git

Differences

This shows you the differences between two versions of the page.


Previous revision
kb:git [2023/04/10 10:27] (current) Henrik Yllemo
Line 1: Line 1:
 +====== Git ======
 +
 +https://git-scm.com/
 +
 +Git is a distributed version-control system for tracking changes in source code during software development
 +
 +
 +{{wp>Git}}
 +<jumbotron>
 +{{youtube>_Jmkvv_nKTE?full}}
 +</jumbotron> 
 +
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/git
 +
 +Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
 +</callout> 
 +
 +
 +
 +<callout type="primary" title="Related:">
 +{{topic>git}}
 +</callout> 
 +
 + <callout title="External links:">
 +  * https://try.github.io/
 +  * https://www.atlassian.com/git/tutorials/what-is-git
 +</callout> 
 +
 +{{tag>kb  architecture programming git  maintenance change ci devopscreate release versioning git }}