split git commands
This commit is contained in:
11
pages/common/git-init.md
Normal file
11
pages/common/git-init.md
Normal file
@@ -0,0 +1,11 @@
|
||||
#git init
|
||||
|
||||
> Initializes a new local Git repository
|
||||
|
||||
- Initialize a new local repository
|
||||
|
||||
`git init`
|
||||
|
||||
- Initialize a barebones repository
|
||||
|
||||
`git init --bare`
|
Reference in New Issue
Block a user