PyGitUp
PyGitUp copied to clipboard
A nicer `git pull`
Sorry, I forgot to remove `Makefile` related info in last PR(https://github.com/msiemens/PyGitUp/pull/114) 
This uses `gh` - the GitHub CLI https://github.com/cli/cli - to checkout a branch from another remote. Running `git up` with such a branch checked out fails with `stderr: 'fatal: no...
The handling of the currently checked out branch by `git up` is beginning to trouble me even more than it used to. When working on a centrally shared project with...
`git up` doesn't seem to mention the currently checked out branch unless it appears in a `branch` entry in the `.git/config` file. In this case there wasn't any thing to...
If I work on my personal feature branch that I periodically rebase on master and force-push into origin, and I accidentally do `git up` after rebasing but before force-pushing, the...
Whenever this error occurs running git-up: > hotfix-write-process-output-to-console error: remote branch doesn't exist There is an opportunity to clean up the local branches to reflect similar clean-up performed on the...
Similar to `git pull --recurse-submodules` it would be nice if `git-up` would take care of the submodules as well :)
``` $ 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...
Termcolor 2.0.0 has been released: * https://github.com/termcolor/termcolor/releases/tag/2.0.0 Also bump GitHub Actions
* Update subprocess handling to read both stdout and stderr (to avoid hangs based on blocked pipes). * Add a unit test to cover that use case. * This test...