Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
lloeki
3y ago
0 comments
Save
Share
Another frequent use I have, applying random diffs with git:
git diff | pbcopy pbpaste | git apply
0 comments
1 comments · 1 top-level
top
newest
oldest
js2
3y ago
You can also use `git format-patch` and `git am` if you want to apply the same commit to multiple repos, a use-case I sometimes I have.
1 more reply
j
/
k
navigate · click thread line to collapse