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

In the READ.me page, in the sentence that reads: Read what it does in detail: smart-pull or mark-up: Read what it does in detail: [smart-pull](http://github-displayer.heroku.com/geelen/git-smart/raw/master/docs/smart-pull.html) That .html file returns an...

> Expected the output of git status to only have lines starting with A, M, D, UU, or ??. Got: > M path/to/some/file > R path/to/some/file -> path/to/some/file_renamed I regularly...

I am having issues when I install it in windows. Both git smart-pull and git smart-merge are erroring out. Git smart-merge: c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/git-smart-0.1.10/lib/git-smart/safe_shell.rb:4:in `fork': fork() function is unimplemented on this machine...

I run gl pretty often and I set LESS to clear terminal after quitting, so I see a lot of: ``` $ gl Executing: git log --pretty=format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an,...

This happens with dirty submodules. I've tested these changes for about a month now with no problems, albeit only with pull as I don't use smart merge.

Accept `git status` output lines beginning with R in addition to the already accepted prefixes (A, M, D, UU, or ??). I'm not convinced that the git status after popping...

Resuming from a failed rebase also needs to re-apply the stash. Should there be a git smart command for resume? Or at least an additional note in the error message....

Running `git fetch ` in git 1.8+ outputs nothing to STDOUT or STDERR if the remote is up-to-date. By changing the fetch command to use --verbose, we ensure something is...

Smart-pull is stalling after I successfully authenticate. ``` bash $ git smart-pull - Starting: smart-pull on branch 'master' - Executing: git fetch origin Username for 'https://github.com': mrazzari Password for 'https://[email protected]':...