This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
ca490f9fc9
Branches
Tags
No results found.
tldr
/
pages
/
common
/
git-init.md
Ruben Vereecken
d72dea7931
Formatted git pages
2016-01-21 13:08:45 +01:00
200 B
Raw
Blame
History
git init
Initializes a new local Git repository.
Initialize a new local repository:
git init
Initialize a barebones repository, suitable for use as a remote over ssh:
git init --bare