RSSAmplifier

Manuel’s Blog · Dec 2, 2013

Minimal contents of a .git folder

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The set-up is quite simple. Use git init to get a boilerplate .git folder and then remove as much as possible. Where do we end? Let’s start one by one. $ git init . Initialized empty Git repository in /folder/.git/ $ find .git .git/ .git/refs/ .git/refs/tags/ .git/refs/heads/ .git/config .git/info/ .git/info/exclude .git/branches/ .git/description .git/objects/ .git/objects/pack/…

Read on manuel-strehl.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.