Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

When PR is merged 4 components out of 6 components only updated in the target branch .Why?

Rajesh Talathoti
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2024

partial PR merge 

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 8, 2024

Hi @Rajesh Talathoti and welcome to the community!

The most likely reason is that another commit on the destination branch undid the changes you introduced with the PR.

If you use the following command in a clone of your repo you will get all commits that changed this file and the changes each commit introduced:

git log --full-history --all -p -m -- file.txt

You can use it to inspect the commits that changed this file (replace file.txt with the file path and name).

Please execute git fetch on your clone before running this command, to ensure your clone has all the updated refs from the remote repo.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events