We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-l
In the spirit of ls -l
ls -l
The main file attributes of concern for git that are not visible in gitree currently are file size and permissions.
An alternative might be to colour executable files differently, in the same way, since this is the main permission that matters.
It would also be nice to have a -c flag to show the most recent commit that a file was changed in, with some date and author information.
-c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the spirit of
ls -l
The main file attributes of concern for git that are not visible in gitree currently are file size and permissions.
An alternative might be to colour executable files differently, in the same way, since this is the main permission that matters.
It would also be nice to have a
-c
flag to show the most recent commit that a file was changed in, with some date and author information.The text was updated successfully, but these errors were encountered: