Hacker News new | ask | show | jobs
by maw 6015 days ago
Not taking a side on branching philosophies (other than that I think it's good to be branching lots), but git does let you do checkouts in multiple directories. It uses hardlinks (in the repo, not in the checkout, obviously) so it's fairly efficient in terms of space and time to perform the checkout.