Skip to content

Instantly share code, notes, and snippets.

@karabulut
Created December 19, 2020 10:47
Show Gist options
  • Save karabulut/9634ba61840ebaf457f26a533d7b82c9 to your computer and use it in GitHub Desktop.
Save karabulut/9634ba61840ebaf457f26a533d7b82c9 to your computer and use it in GitHub Desktop.
Git - Init
mkdir repo.git && cd repo.git
git init --bare[--shared=group]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment