TLDR
Enter a command. For example: dart, zipalign, nativefier, masscan.

git status

 
Show the changes to files in a Git repository. Lists changed, added and deleted files compared to the currently checked-out commit. More information: https://git-scm.com/docs/git-status.
 
  • Show changed files which are not yet added for commit:
     
    git status
     
  • Give output in [s]hort format:
     
    git status -s
     
  • Don't show untracked files in the output:
     
    git status --untracked-files=no
     
  • Show output in [s]hort format along with [b]ranch info:
     
    git status -sb

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.