On branch master
Your branch is up to date with ‘origin/master’.
Changes not staged for commit:
(use “git add …” to update what will be committed)
(use “git restore …” to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: admin (modified content, untracked content)
modified: client (modified content, untracked content)
no changes added to commit (use “git add” and/or “git commit -a”)
please how can i solve this
Samotex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
If this is urgent you might wanna use these command
git add .
git commit -m "sync"
git push