Git Deployment Script
$git pull
Already up to date.
$git status
On branch main
Your branch is up to date with 'origin/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
.bash_history
.gitconfig
nothing added to commit but untracked files present (use "git add" to track)
$git submodule sync
$git submodule update
$git submodule status