-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add git workflow #4
Conversation
This needs to more gracefully handle untracked (by git) files and files with no changes. Those should both have test cases. |
There's two skipped tests that are just not working for some reason. I'd like to get them to run. It's something to do with exception handling. I think the actual CLI works correctly. |
🤔 now untracked git files are not being reported at all without |
Now I'd like to add svn workflow tests to match the git ones. |
Ok, I think this is in good shape. I'd like to clean up the commit history and do a little more real-world testing before merging. |
This adds a
--git
CLI shortcut and a git workflow to automatically collect the three necessary pieces of data for a git-versioned file in the same way that the--svn
shortcut does for svn-versioned files.Fixes #3