$ ls bar.py baz.py foo.py foo.pyc .gitignore $ gl status On branch master, repo-directory // Tracked files with modifications: ➜ these will be automatically considered for commit ➜ use gl untrack <f> if you don't want to track changes to file f ➜ if file f was committed before, use gl checkout <f> to discard local changes foo.py bar.py Untracked files: ➜ these won't be considered for commit) ➜ use gl track <f> if you want to track changes to file f baz.py
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter