Github working with team ( Branching , Merging, Pull Request ) <<< by jps sasadara >>>



git checkout feature1      // go to the feature1 branch
git pull origin master      // and pull master to that









How Adding to git form another PC 
git add -A
git commit -m "add"
git config --global user.name "jpssasadara"
git config --global user.email jpssasadara1995@gmail.com
git commit --amend --reset-author
git push                                                                                                       

  __ JPS Sasadara __

Comments

Popular posts from this blog

Hibernate (Java) -- by jps sasadara

Observer Design Pattern & RxJava & @Async

JAVA uml Based cording <<< by jps sasadara >>>