koreno
- Karma
- 107
- Created
- June 12, 2015 (11y ago)
- Submissions
- 0
- Git your blame in your Python Tracebacks (korenof.medium.com)
- Show HN: 'rebaser' improves on 'git rebase -i' (gist.github.com)
-
'git inject' is a git alias (see code at the bottom). It is similar to 'git commit --amend', but it allows you to 'inject' your changes into commits further back in history (using 'rebase'). If you're as pedantic as I…