Skip to content

Instantly share code, notes, and snippets.

@wildeng
Last active July 20, 2019 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wildeng/51e131eacd3bd47bbe285e846b5e5ee4 to your computer and use it in GitHub Desktop.
Save wildeng/51e131eacd3bd47bbe285e846b5e5ee4 to your computer and use it in GitHub Desktop.
Initialise GIT repository
git init plain_git
Initialized empty Git repository in /tmp/plain_git/.git/
cd plain_git
find .git/objects
.git/objects
.git/objects/pack
.git/objects/info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment