Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 362 Bytes

File metadata and controls

15 lines (10 loc) · 362 Bytes

git-hints

Небольшой гит-репозиторий для самостоятельной работы

git clone https://github.com/PraktikumJava/git-hints.git

graph LR;
  untracked -- "git add" --> staged;
  staged    -- "???"     --> tracked/comitted;

%% стрелка без текста для примера: 
  A --> B;
Loading