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
Post a Comment