$ git --version
$ git config --global user.name "USERNAME"
$ git config --global user.name
$ git config --global user.email "email_address@example.com"
$ git config --global user.email
$ git config --global --list
$ git checkout master
$ git pull origin NAME-OF-BRANCH -u
$ git checkout -b branch-name
$ git checkout branch-name
$ git status
$ git add file-name
$ git add *
$ git push origin branch-name
$ git checkout .
$ git clean -f
$git checkout branch-name
$ git merge master
$git checkout master
$ git merge branch-name
sandysanthosh/GitLab
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|