Cykelero

↗ HN profile [ 59.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. 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…