From 595df422f37a5b544d58a195be5a6110c660405d Mon Sep 17 00:00:00 2001 From: ronent Date: Mon, 31 Jul 2023 16:05:47 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1fc27d2..52b9784 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ We’ll use Git for version control. If you already know how to use git, you can https://gitea.dgov.io/DGF/obsidian-dgraph.git ``` +3. To pull the most update version of the repo, click on “Fetch origin” and then “Pull origin” if there are new modifications. +4. To add changes you’ve made to the graph, select the files you wish to commit and press “commit to main”. +5. This is just a minimal overview of the basic git operations. For a more in depth look there are many great resources, for example https://think-like-a-git.net/ # Usage