Forums

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

Seeing changes in a .ppt file?

Mike Unger
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!
October 22, 2020

I've got a .ppt file that I made changes to. But Sourcetree doesn't see that I've made any changes so I can't commit back into my repo. I also made changes to a .docx file in the same repo which is seen. Why doesn't it see the changes in the .ppt file? The file in question is about 5M.

1 answer

0 votes
David at David Simpson Apps
Atlassian Partner
October 22, 2020

Sometimes this happens. Try restarting Sourcetree.

Or use git on the command line.

git status

...will show you what has changed.

Sometimes the changes are present on the command line, but need "adding" to the repo.

git add some-powerpoint.ppt

...will add the file back to the repo and Sourcetree will then notice it has changed., and you can carry on as normal.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events