GIT Commands Tutorial

  • Github Commands



  1.  How to get a local Copy
                               (Branch 
                                Name)
             git clone -b master <git master url )>

            (EXP-  git clone -b master https://github.com/xxx/xxx.git)





      2.  get latest from master
            git pull


      3.    Add to master from local
           git add .
           git status
           git commit -m "msg"
           git push

Comments

Popular posts from this blog

Today Walkin 14th-Sept

Hibernate Search - Elasticsearch with JSON manipulation

Spring Elasticsearch Operations