Skip to content

sandysanthosh/GitLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GitLab---Git-Commands

$ 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 




About

GitLab

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors