Git diagrams: различия между версиями

Материал из Поле цифровой дидактики
Новая страница: « ==== Git concepts and operation ==== <graphviz> digraph git_basics { size="8,8" ; graph [ label = "Basic git concepts and operations\n\n" labelloc = t fontname = "Helvetica,Arial,sans-serif" fontsize = 20 layout = dot rankdir = LR newrank = true ] node [ style=filled shape=rect pencolor="#00000044" // frames color fontname="Helvetica,Arial,sans-serif" shape=plaintext ] edge [ arrowsize=0.5 fontname="Helvetica,Arial,sans-se...»
 
Строка 1: Строка 1:


==== Git concepts and operation ====
==== Git concepts and operation ====
<graphviz>  
<graphviz>  
digraph git_basics {
digraph git_basics {

Версия от 20:24, 16 июля 2022

Git concepts and operation