Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

1) git status Results in :- Complete path of file in which you

have done changes

2) git pull origin dev

3) git add .

4) git commit -am "ui changes"

5) git pull origin dev

6) git push origin dev

7) git checkout uat

8) git pull origin uat

9) git checkout dev (Complete path of file in which you have done changes)

10) git commit -am "ui changes"

11) git pull origin uat

12) git push origin uat

13) git checkout dev

Direct on UAT :-

1.) git diff (To check the changes done)

2.) git status

3.) git commit -am"ui changes discount by vaibhav"

4.) git pull origin uat

5.) git push origin uat

Revert Code :-

1)git log filename (last chng se neeche vala id aayegi copy krr k)

2)git checkout (last chng se neeche vala id aayegi copy krr k) filename

3)git status

4)git commit -am"code by"

5)git pull origin uat


6)git push origin uat

You might also like