Skip to content

Commit 8c5ed58

Browse files
Update blame.md
1 parent 6f9527b commit 8c5ed58

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/blame.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Blaming is something important, which allows you to see the commit history
2-
in specific lines on the code.
1+
Blaming is something important, which allows you to see commits in the file history, which
2+
are positioned in specific lines on the code.
33

4-
For example, if you are stuck on creating a sprite, look at the commit
5-
what it says for the specified function.
4+
For example, if you are stuck on creating a sprite, look at the line
5+
of code and the commit of the specified function.
66

77
Here is an example of what blaming looks like.
88
<img width="1326" height="402" alt="image" src="https://github.com/user-attachments/assets/5e8fa557-4d95-4cfa-88c2-5d285243722e" />
9+
10+
If you want to learn more about blaming, you can look here. [Blaming](https://docs.gitlab.com/user/project/repository/files/git_blame/)

0 commit comments

Comments
 (0)