跳转到内容

git

此内容尚不支持你的语言。

显示当前工作目录和暂存区的状态。它可以帮助你了解哪些文件被修改、哪些文件被添加到暂存区、哪些文件未被跟踪等信息。

Terminal window
🪟 git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
t1