Wednesday, 13 December 2017

Git basic commands

git config --list
git config --global user.name "sree"
-------

git pull origin master
git check -b  ""
git diff
git status
--------------
git checkout master
git branch -d ""git


=================================

->git statsh
->git checkout master
->git status
->git pull origin master
->git checkout -b testbranch
(do changes in branch)
-> git commit -m "msg"

-> git push origin testbranch

-> git branch -d the_local_branch

==========================================
$₹£€

root
0penVXM1

adminstrator
holly12

====================================