4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
$ git init
|
|
$ git add -A
|
|
$ git commit -m "Initialize repository"
|
$ git init
|
|
$ git add -A
|
|
$ git commit -m "Initialize repository"
|