Developer's notes

Go to Blog

When you need to transfer Git repo, e.g. send it by email, it’s possible to use git bundle. Create .bundle file with git bundle create my-repo.bundle master, send it, and then extract data with git checkout my-repo.bundle my-repo.