new


Git Command Status

Status is a command we can use to tell if Git is installed & what version we are using.


Terminal example:

Terminal
>
git status
> Output:

Your branch is up to date with development.

Terminal
>
git status
> Output:

On branch branchName
Your branch is up to date with 'origin/branchName'.

Changes not staged for commit:
(use "git add file..." to update what will be committed)
(use "git restore file..." to discard changes in working directory)


modified: app/(public)/code/git/layout.tsx


Untracked files:
(use "git add file..." to include in what will be committed)