The sync command is effectively `git add . && git ...
# questions
s
The sync command is effectively
git add . && git commit && git pull && git push
with a few security checks. If you are comfortable with the CLI you can absolutely keep using it