git-up
git-up copied to clipboard
NOT MAINTAINED
``` stashing 5 changes master up to date redesign fast-forwarding... redesign--more up to date redesign--week-overview ahead of upstream redesign--week-videos up to date unstashing ``` git up finished without telling me...
If the name of the branch currently checked out contains the single-quote character `'`, `git up` fails with the following error: ``` Failed to rebase feature/john's-branch onto origin/feature/john's-branch Here's what...
Here's my `~/bin/git-sfetch`: ``` #!/bin/sh # Runs git svn fetch && git svn rebase, stashing the working tree changes if # there are any. # # AUTHOR: Jacek Wielemborek, licensed...
Ran the gem install and when I run the git up command I get: /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': /var/lib/gems/1.8/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:243: syntax error, unexpected tSYMBEG, expecting tAMPER (SyntaxError) ::Kernel::exec(*argv, :close_others=>false) ^ /var/lib/gems/1.8/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:274: syntax error,...
Hi, I've got a few repos where running `git up` takes minutes to complete. I don't know what is causing the issue, but it's really disturbing. What do you need...
posix-spawn-0.3.9 breaks git-up-0.5.12 (on Ubuntu 12.04, 32bit, with ruby 1.8.7, gem 1.8.15). Manually reverting to posix-spawn-0.3.8 solves the problem. Here's the output under posix-spawn-0.3.9: ``` $ git up /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require':...
Just wondering if you would consider this behaviour (maybe configurable by an option setting) to be inside of the scope of this project? I often have the case that there...
I'm getting ready to write some tests for git-up. Any objections to RSpec?
And add a config option to enable/disable it?