Skip to content
Snippets Groups Projects
Verified Commit 41f4a0dd authored by ck85nori's avatar ck85nori :railway_track:
Browse files

fixes staging area dot

parent d058eaee
Branches master
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ digraph {
# untracked -> stage [label = "git add"]
# stage -> untracked [label = "git unstage"]
workdir -> stage [label = "git stage file"]
stage -> workdir [label = "git unstage file"]
workdir:sw -> stage:w [label = "git stage file"]
stage:e -> workdir:se [xlabel = "git unstage file"]
# workdir -> discard [label = "git restore"]
# untracked -> discard [label = "rm"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment