Step 1 : Clone the master branch
git clone <repo master>Step 2 : Clone the specific GIT branch
git fetch origin +branchname:branchnameStep 3 : Switch to the branch
git checkout branchnameStep 4 : Check the file difference between the master and the branch
git diff --name-status master..sibos
No comments:
Post a Comment
Any inputs are welcomed : ashish.cse2010@gmail.com