git CLI - jupark33/Spring GitHub Wiki
- git init
git init
- git add remote
git remote add origin http://192.168.0.14/first/myvue.git
- git access token
git remote add origin http://gdhong[accessToken]@192.168.0.14/first/myvue.git
- git add
git add .
- git commit
git commit -m "initial commit'
- git push
git push origin main