pry-git icon indicating copy to clipboard operation
pry-git copied to clipboard

a ruby-aware git interface

Results 7 pry-git issues
Sort by recently updated
recently updated
newest added

Grit is no longer maintained. Rugged is a maintained replacement.

`find_git_root` checks stdout for error messages, but error messages are printed to standard error. Thus we get an exception later on in the code because the error check failed. Here's...

Dear, First of Pry-remote works super good and I really love it! But when I try to use arrow up function to use previous commands everything goes south. This is...

I always get the following error: ``` [10] iq » git diff EmailImporter.queue_email_import NoMethodError: undefined method `tree' for nil:NilClass from /Users/josh/.rvm/gems/ruby-1.9.3-p327-falcon@iq/gems/pry-git-0.2.3/lib/pry-git.rb:17:in `get_file_from_commit' ``` I'm in a pretty standard Rails 3.2...

even if on a different branch, blame/diff/ work with respect to master. A bug in Grit?

bug

`git show HEAD~5 Pry#re` shoudl show the method as it was at `HEAD~5`

feature

should show all methods that have changed and how many lines are added / deleted

feature