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

help track git Work In Progress branches

Results 11 git-wip issues
Sort by recently updated
recently updated
newest added

Hi It seems like there has been a lot of development or merges of pull requests lately. That is sad because this a nice little tool. If you want, I...

@bartman, are you planning to keep maintaining `git-wip-mode`, or is it deprecated in favor of `magit-wip` as suggested in #14? The reason I ask is that I made some enhancements...

In git-wip script, what is the purpose of following: - line no. 40: ". git-sh-setup" - line no. 42: "require_work_tree" There also doesn't seem to have any functions or scripts...

`(vc-backend (buffer-file-name))` returns `GIT` for me, not `Git'. Maybe use a case insensitive comparison?

this would be great if it was integrated with grunt so that you could just run grunt watch command and it would call git wip every time the watched file...

Get a fatal revision error when running "git wip log" and will not do any committing Worked once I made an additional commit and did rm -rf on refs/wip

Should be able to delete wip branches. $ git wip list wip/foo wip/bar $ git wip delete wip/foo $ git wip delete bar

$ git wip --editor fatal: Not a git repository (or any of the parent directories): .git

This command will list all wip branches $ git wip list wip/foo wip/bar $ git wip list -v wip/foo is 5 commits ahead of foo wip/bar is 1 commit ahead...