1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 01:15:28 +02:00

Expands description of --bare git-init option

This commit is contained in:
Seth Woodworth 2015-12-30 12:35:17 -05:00
parent 15edb80ff3
commit a0f62e582a

View file

@ -6,6 +6,6 @@
`git init`
- Initialize a barebones repository
- Initialize a barebones repository, suitable for use as a remote over ssh
`git init --bare`