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