Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nopurpose
30 days ago
|
parent
|
context
|
favorite
| on:
Git rebase -i is not that scary
You might find `jj` to help you there: all changesets have stable identifier and their content can be updated at any moment in-place.
TLDR; `jj edit <what_to_edit>; $EDITOR` will update a commit in the middle of the branch
fleventynine
28 days ago
[–]
Not an option for me until it supports submodules.
nopurpose
28 days ago
|
parent
[–]
Prior to `jj` my happiest git discovery was
https://github.com/ingydotnet/git-subrepo
to replace submodules.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
TLDR; `jj edit <what_to_edit>; $EDITOR` will update a commit in the middle of the branch