15
I actually read the question How do I see which commits change a certain file? It’s almost what I need, in case what I want to know is if it’s possible I get the last commit that changed any file I’ve changed.
Is that possible? Or do I have to give one git log <arquivo>
in all the files I changed and grab the latest commit?
guess git Blame <file> can help you.
– gmsantos
But if I want in all files modified? Just don’t have to do one by one.
– Felipe Avelar
Got it, very similar to the details of github right?
– gmsantos
Yeah, more or less...
– Felipe Avelar
By altered you mean a file you’ve already added to Stage but haven’t committed yet?
– Anthony Accioly
Or all files modified in the last commit?
– Anthony Accioly
Already committed, but what was the last commit before the one that touched any of the commited files.
– Felipe Avelar
The question was not clear and without examples, but by the reply of the staff the topic became quite interesting. If possible improve the quality of the question
– heat