💾 Archived View for freeshell.de › tldr › git-status.gmi captured on 2023-07-10 at 14:35:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Show the changes to files in a Git repository.
Lists changed, added and deleted files compared to the currently checked-out commit.
git status
git status -s
git status --untracked-files=no
git status -sb
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).