git
此内容尚不支持你的语言。
git status
Section titled “git status”显示当前工作目录和暂存区的状态。它可以帮助你了解哪些文件被修改、哪些文件被添加到暂存区、哪些文件未被跟踪等信息。
🪟 ❯ git statusOn branch mainYour branch is up to date with 'origin/main'.
nothing to commit, working tree clean此内容尚不支持你的语言。
显示当前工作目录和暂存区的状态。它可以帮助你了解哪些文件被修改、哪些文件被添加到暂存区、哪些文件未被跟踪等信息。
🪟 ❯ git statusOn branch mainYour branch is up to date with 'origin/main'.
nothing to commit, working tree clean