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

Add some smarts to your git workflow

Results 24 git-smart issues
Sort by recently updated
recently updated
newest added

If a git command returns a non-zero exit code indicating an error, it'd be nice for git-smart to pass that through so that other scripts can properly detect an error....

``` ⚡ gup - Starting: smart-pull on branch 'master' - Executing: git fetch origin From github.com:conversation/tc dcc57be..663d0ea master -> origin/master 08835f0..b2b94b9 production -> origin/production fd615e8..cf9d92a testme -> origin/testme * There...

Like --no-ff being in mergeoptions. That fails for merge --ff-only.