6 ms·
Any other recommendations for CLI tools? I've gotten kind of familiar with the Git CLI. But it took a lot of wasted hours and headaches to do so, and even now
by Jakobeha 5y ago
Any other recommendations for CLI tools?
I've gotten kind of familiar with the Git CLI. But it took a lot of wasted hours and headaches to do so, and even now it takes headaches and extra time / effort to do certain things like rewrite history and "good" commits. I still prefer CLI to GUI but I wish it was more intuitive.
- arxanas 5y agoYou should check out the rest of the git-branchless suite mentioned in the article: https://github.com/arxanas/git-branchless https://github.com/arxanas/git-branchless. `git restack` is really useful for some of the rewrite cases. There are some other improvements to rewriting in the devel branch.
- jph 5y agoGit Alias has many: https://github.com/gitalias/gitalias https://github.com/gitalias/gitalias
- jgilias 5y agoThere's tig: https://jonas.github.io/tig/ https://jonas.github.io/tig/ It doesn't have too many features, but the main thing it aims for - a better repo browser, it does really well in my opinion.
- qq4 5y agoI can second tig, it really helps me parse the repo.
- sensanaty 5y agoI like forgit a lot, been using it for a while https://github.com/wfxr/forgit https://github.com/wfxr/forgit