πGit
vr.room = new test
Git Bash
Git LFS
GitLab
- logged in
- create new project (no readme, private)
- open gitbash
- user.name & user.email
- create folder
$ git init
- create text file
$ git status
- untracked files:
$ git add .
$ git commit -m "msg"
$ git status
- nothing to commit. working tree clean
$ git remote add origin https://gitlab.com
$ git remote -v
$ git push -u origin mainEXTRA From GitLab
Sources:
Last updated