This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5582e23e8a
tldr
/
pages
/
common
/
git-init.md
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