Merge branch 'master' of git://github.com/sethwoodworth/tldr into sethwoodworth-master

Conflicts:
	pages/common/git-init.md
This commit is contained in:
Ruben Vereecken
2016-01-21 13:08:07 +01:00
3 changed files with 31 additions and 1 deletions

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`