aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DevHive.code-workspace4
-rw-r--r--git.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/DevHive.code-workspace b/DevHive.code-workspace
index e3e0ab6..539adda 100644
--- a/DevHive.code-workspace
+++ b/DevHive.code-workspace
@@ -9,8 +9,8 @@
"path": "./Web"
},
{
- "name": "DevHive",
- "path": "."
+ "name": "Models",
+ "path": "./Models"
}
],
"settings": {
diff --git a/git.md b/git.md
index 1adec79..065faf8 100644
--- a/git.md
+++ b/git.md
@@ -4,6 +4,10 @@
Clones a GitHub repository in the current directory, in a folder, the name of which is the repo's name
+## git diff
+
+See the changes made
+
## git branch *option* *branch*
git branch - View a list of the branches