Viewing profile — sgjennings
sgjennings
HN member- Joined
- Wed, Jan 30, 2013, 7:50 PM UTC
- HN karma
- 9
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About sgjennings
No profile information was provided.
Recent public activity
-
comment
Comment #46281785
I am quite comfortable with `git rebase -i` and I still prefer jj. Most importantly, I get in this situation less often in the first place. Because reodering and squashing commits …
-
comment
Comment #45091624
I’ll focus only on the syntax of the command. Why you might need it at all is important, of course, but it’s nuanced and specific to how some people work (I never need this command…
-
comment
Comment #45091465
You can work exactly this way using the “gitpatch” diff editor[1]. 1. Your working copy contains whatever mish-mash of changes you want. 2. When you’re ready to stage and commit th…
-
comment
Comment #45086931
I recently updated that FAQ so it preserves the original commit ID. It’s in the prerelease docs now and will move to “latest” with the release this week: https://jj-vcs.github.io/j…
-
comment
Comment #44909034
I mostly solve this by putting a branch on the merge commit M, then the “real” change R is a child of that. The PR is targeted to merge R into M. As the parents of M are merged, I …
-
comment
Comment #42419943
The way I handle that with jj is to keep those changes in a commit “on the side” rather than making them “on top” of the working copy. The FAQ entry for this describes the process …
-
comment
Comment #7229463
Authy's app works with Google Authenticator-compatible sites. Authy also has its own two-factor system, but you're not required to use it.