git# Distributed version control. See also Git. $ git status -sb $ git log --oneline --graph --all --decorate $ git switch -c feature/x $ git commit -m "feat: ..." $ git push -u origin feature/x