legit
legit copied to clipboard
Git for Humans, Inspired by GitHub for Mac™.
When we try to use legit over an initialized but empty repo it breaks with an stacktrace. Now we control that the repo has at least one head and for...
I am using legit version 1.2.0post0 installed from pip. When I have a branch that is unpublished, git sync fails badly: ```shell lousyd $ git status On branch 174-branchname Your...
would be nice to have tab auto completion for branch name.
This has caused some issues for me in the past, and could cause you to lose work. To recreate: * Create a branch with a forward slash in it (ie....
I feel like thematically, I'd really like it if `legit sync` also included `fetch --prune` since post-sync seeing branches that have actually been removed doesn't feel very 'synced' to me....
When i try to download the legit.exe from 1.0.1 release chrome stop downloading and Windows Defender warns about the file being malware. Details in brazilian portuguese: 
Is there a way to change the color legit is using for black? I know `allow_black_foreground` is a boolean to use either black (which doesn't show up on black bgs)...
this is especially useful when working with github's hub (https://github.com/github/hub), to submit a pull request: git clone [email protected]:kennethreitz/legit.git git checkout -b my_branch # code git commit -am "my changes" git...
"If a stash pop merge fails, Legit stops. I'd like to add checking for a merge failure, and undo the command with friendly error reporting." what do you mean with...