git init
Git
…or create a new repository on the command line
1 | echo "# Moge" >> README.md |
…or push an existing repository from the command line
1 | git remote add origin https://github.com/xxx.git |
1 | echo "# Moge" >> README.md |
1 | git remote add origin https://github.com/xxx.git |