0
How do you (shortcut) show the author of that line on the left side of the code lines, which Git provides?
0
How do you (shortcut) show the author of that line on the left side of the code lines, which Git provides?
1
You can use the git blame
for this. It shows the last person who changed each line of the file, plus more information (commit hash, date, etc.)
"resolves", but I’m still not sharp on the git console, I need the speed that the IDE gives me, outside that can do some easy craps on the console, kkkkk
didn’t know the name of this git feature, so just looking for what you went through I found the stop quickly...vlw there!
0
In VS 2015: Right click on code, source control, annotate this version! simple!
https://stackoverflow.com/questions/25076311/how-to-show-git-blame-in-visual-studio-2013
Browser other questions tagged git visual-studio visual-studio-2015
You are not signed in. Login or sign up in order to post.
Are you talking about "Francis Totten" in this image? https://i-msdn.sec.s-msft.com/dynimg/IC814829.jpeg. What is your VS edition? Not the version.
– Maniero
no, there is a way to show the author of the specific line (all), is on the left side of the line number, this has in several ides, but I’ve seen in VS also....
– Renan Oliveira
Show a screen where you have this.
– Maniero
http://b.qqn.nl/f/2009/stackoverflow/20090120-Ankhsvn-Annotate.jpg
– Renan Oliveira
I found the answer, http://stackoverflow.com/questions/25076311/how-to-show-git-blame-in-visual-studio-2013, as I correctly answer this question here, can I just cite this link as the answer?
– Renan Oliveira
Just click the blue button at the bottom to create a new answer. Then you can accept it with the correct one. What is written in the question seems to indicate something else.
– Maniero