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

NOT MAINTAINED

Results 37 git-up issues
Sort by recently updated
recently updated
newest added

What I used git up for: - See if every branch is in a valid state. - Valid means: - Nothing to stash - Remote / tracking branch is set...

If I commit some code, then someone else commits and pushes, then I run `git up` so it rebases, sometimes the whitespace changes from `4 spaces` to a `tab`. Any...

Please update README with a section explaining how recent git versions solved this problem

from https://github.com/aanand/git-up/issues/118#issuecomment-222141333

When we merge changes and remove the remote branch, we need to manually remove the local branch. But if it is someone else that ships your code, you probably will...

I was just graced with a Ruby 1.8 project and learned the hard way that while git-up installs just fine under Ruby 1.8.7, posix-spawn 0.3.9 (itself a grit dependency) blows...

I haven't used RVM for ages; it normally just sits there quietly overriding the OS X default ruby install for me. So, when I hit these instructions, it took me...

Shell output: ``` Failed to rebase w&b onto origin/w&b Here's what Git said: /bin/sh: b: command not found ```

So, I have a repo with some submodules. I wanted to use git-up in one of the submodules, but rather than a .git folder, it had a .git FILE containing...