-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
listing untracked content #209
Comments
what about |
please try v0.16.1.1 via |
Hmm, this is a nice addition, however, it is limited to only finding git repos. I need to also report files and non-repos - it's how I'm tracking things that need to be done. I tried taking out the is_git test in the add repos, but i get a full directory tree. if path /home/user/doc is not tracked, i don't need to know that /home/user/doc/item1, /home/user/doc/item2, etc... are also untracked. This may be enough of a unique case that I have to add a separate feature in my own version. I can add a pull request after I do it and you can see if you think there's any value in adding to the main |
I'm trying to use gita to replace code I've been using to track many repos.
I need to be able to see what is not currently tracked.
I don't think there is currently any way to do this?
If not, I want to add a
gita untracked
command to show everything in the current directory and subdirectories that is not currently tracked by gita.The text was updated successfully, but these errors were encountered: