mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
git-blame: add Tamil translation
Signed-off-by: Karthikeyan Vaithilingam <seenukarthi@gmail.com>
This commit is contained in:
parent
ba957e5c17
commit
41822027e0
1 changed files with 12 additions and 0 deletions
12
pages.ta/common/git-blame.md
Normal file
12
pages.ta/common/git-blame.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# git blame
|
||||
|
||||
> ஒரு கோப்பின் ஒவ்வொரு வரியிலும் கமிட் ஹாஷ் மற்றும் கடைசி எழுத்தாளரைக் காட்டு.
|
||||
> மேலும் தகவல்: <https://git-scm.com/docs/git-blame>.
|
||||
|
||||
- எழுத்தாளர் பெயருடன் கோப்பை அச்சிட்டு ஒவ்வொரு வரியிலும் ஹாஷ் செய்யுங்கள்:
|
||||
|
||||
`git blame {{கோப்பு}}`
|
||||
|
||||
- எழுத்தாளர் மின்னஞ்சலுடன் கோப்பை அச்சிட்டு ஒவ்வொரு வரியிலும் ஹாஷ் செய்யுங்கள்:
|
||||
|
||||
`git blame -e {{கோப்பு}}`
|
Loading…
Add table
Reference in a new issue