From 046e089069db76043e2a4826868c071d0c6d8778 Mon Sep 17 00:00:00 2001 From: lesley-mc Date: Thu, 18 Jul 2024 22:27:26 -0700 Subject: [PATCH] Added explanation on the use of git status --- git-status.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 git-status.md diff --git a/git-status.md b/git-status.md new file mode 100644 index 0000000..12d2dcf --- /dev/null +++ b/git-status.md @@ -0,0 +1,2 @@ +# Definition: git status +The **git status** command is useful for checking the status of the files in your repository (i.e., if they are Untracked, Changed, or Staged) when you are working in the terminal. If you are working in the JupyterLab IDE you can obtain the same information by navigating to the Changes tab in your repository. \ No newline at end of file