Hacker News new | ask | show | jobs
by vifon 898 days ago
A minor correction: it's usually preferable to apply commits with `git am` instead of `git apply`, as it applies the commit with all its metadata, not just the diff.