diff --git a/git-status.md b/git-status.md new file mode 100644 index 0000000..603d528 --- /dev/null +++ b/git-status.md @@ -0,0 +1,3 @@ +# Definition: git status + +The "git status" command can be used to see which files have or have not been staged or tracked. If using JupyterLab IDE instead of Terminal, this information can be accessed under the "Changes" tab. \ No newline at end of file