The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How may I track changes of a single file using bitbucket?

Alain Ross
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!
June 7, 2023

I want to know when a specific piece of code in the file was added to depo.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 8, 2023

Hello @Alain Ross and thank you for reaching out to Atlassian Community!

If you would like to track the evolution of a range of lines in a file of your repository throughout the history, I would suggest using git log command in a local clone of the repository.

You will need to execute the command in your terminal inside the local clone of the repository: 

git log --pretty=short -u -L 10,15:my_file_.txt

In this example, git will print all the commits that modified lines 10 through 15 in a file named my_file_.txt. It will also show the diff containing the changes that each commit introduced. With this information, you can go through that list of commits and diffs and find which one modified the piece of code you are interested in.

Hope that helps! Let me know in case you have any questions.

Thank you, @Alain Ross !

Patrik S

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events