diff options
| -rw-r--r-- | DevHive.code-workspace | 4 | ||||
| -rw-r--r-- | git.md | 4 |
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": { @@ -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 |
