Cykelero
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Commit cherry-picking by copy-and-paste in a Mac GUI (indieapps.space)
Strangely, git GUIs are often slower, more restrictive than the git CLI. They really shouldn't be. One aspect is cherry-picking, where you can't just copy a hash somewhere, and paste it at the top of your branch, the…
- Show HN: I spent two months optimizing my Git client (indieapps.space)
Last year I released Retcon, a Git GUI specifically made for rewriting history. Think `git rebase -i`, but with all the friction removed: no need to stash changes, a single undo command that works in any situation, and…
- Show HN: Git commit splitting in Retcon 1.2 for macOS (indieapps.space)
Retcon (a macOS Git client for quickly rewriting history) has been out for a few months, but this update adds a highly-requested feature: commit splitting. In a few keystrokes, you can now break apart a big commit into…
-
I really like interactive rebases in Git, but always thought they took too much time and effort. There are tools that make them a lot nicer, like magit or GitUp, but they still ask a lot of you. So over the last two…
- Timefind: Search a Website's History (github.com)