$ 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