From 343347742951e621fbd225dd17b75b4bab5a609e Mon Sep 17 00:00:00 2001 From: lyuenyee Date: Mon, 29 Jul 2024 12:48:12 -0700 Subject: [PATCH] Created git-status.md and added definition --- .ipynb_checkpoints/git-status-checkpoint.md | 3 +++ git-status.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .ipynb_checkpoints/git-status-checkpoint.md create mode 100644 git-status.md diff --git a/.ipynb_checkpoints/git-status-checkpoint.md b/.ipynb_checkpoints/git-status-checkpoint.md new file mode 100644 index 0000000..a4df245 --- /dev/null +++ b/.ipynb_checkpoints/git-status-checkpoint.md @@ -0,0 +1,3 @@ +Definition: git status + +The command is used for showing the state of the working directory and staging area. It shows changes that have/haven't been staged or tracked but does not show you anything about the committed project history. This function can also be achieved on JupyterLab IDE by clicking the "Git" icon on the left sidebar. \ No newline at end of file diff --git a/git-status.md b/git-status.md new file mode 100644 index 0000000..a4df245 --- /dev/null +++ b/git-status.md @@ -0,0 +1,3 @@ +Definition: git status + +The command is used for showing the state of the working directory and staging area. It shows changes that have/haven't been staged or tracked but does not show you anything about the committed project history. This function can also be achieved on JupyterLab IDE by clicking the "Git" icon on the left sidebar. \ No newline at end of file