git-up
git-up copied to clipboard
NOT MAINTAINED
When running `git up` in a submodule folder, the following error occurs: ``` Fetching origin /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/git.rb:120:in `read': Not a directory @ rb_sysopen - /Users/*****/SUBMODULE/.git/HEAD (Errno::ENOTDIR) from /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/git.rb:120:in `fs_read' from /usr/local/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/ref.rb:64:in...
We just migrated to a github forked repo workflow and really miss git-up's "just do the right thing" mentality. With multiple remotes, gitup just pulls from the immediate fork (origin),...
Using the basic instructions, it seems to install OK: %> sudo gem install git-up Fetching: git-up-0.5.12.gem (100%) Successfully installed git-up-0.5.12 Parsing documentation for git-up-0.5.12 Installing ri documentation for git-up-0.5.12 Done...
Problem: If you have stashed changes and run git-up on a clean working directory, your stashed changes will be applied at the end of the git-up script. Expectation: My stashed...
If you only have a change in a submodule, git-up (in the parent) will try to stash the submodule change (which won't succeed), and after fetch/pull it will pop the...
``` $ git up Can't update your repo because it doesn't has any branches with tracking information. ``` I would love to be able to set something like `GIT_UP_TRY_ORIGINMASTER` that...
``` $ git up --help No manual entry for git-up ```
If git repository was cloned via `https://url/repo` instead of SSH (`git@url:repo`), executing `git up` in the directory always throws an error: ``` /usr/lib/ruby/gems/2.2.0/gems/grit-2.5.0/lib/grit/git-ruby.rb:116:in `chdir': Not a directory @ dir_chdir -...
When you get a conflict as such: ``` Maxims-MacBook-Pro:zone-ios maximveksler$ git up Fetching origin remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 9 (delta 4),...
The SHA is currently not trivial to get to. Would help being able to see it. Additionally that popup in Map could benefit from text selection. Additionally, useful also in...