Y
Hacker News
new
|
ask
|
show
|
jobs
by
jfb
185 days ago
I think it shouldn't be, and the poor affordances in git have hidden this for a long time.
1 comments
steveklabnik
185 days ago
What kinds of things do you use it for? I'm always open to learning about newer and better ways to work.
link
jfb
185 days ago
I keep my agent workflows distinct; we have (for historic reasons) a lot of non-git controlled context that differs between branches, and moving all that around on checkouts is untenable. I use this tool:
https://github.com/tdhopper/wt
with some custom shell aliases to make it easier.
link