Git diagrams

Материал из Поле цифровой дидактики
Версия от 20:24, 16 июля 2022; Patarakin (обсуждение | вклад) (Новая страница: « ==== 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...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Git concepts and operation