mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
git-cat-file: add Tamil translation
Signed-off-by: Karthikeyan Vaithilingam <seenukarthi@gmail.com>
This commit is contained in:
parent
304cdd4264
commit
92b4569557
1 changed files with 16 additions and 0 deletions
16
pages.ta/common/git-cat-file.md
Normal file
16
pages.ta/common/git-cat-file.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# git cat-file
|
||||
|
||||
> கிட் களஞ்சிய பொருள்களுக்கான உள்ளடக்கம் அல்லது வகை மற்றும் அளவு தகவல்களை வழங்கவும்.
|
||||
> மேலும் தகவல்: <https://git-scm.com/docs/git-cat-file>.
|
||||
|
||||
- HEAD கமிட்டின் அளவை பைட்டுகளில் பெறுங்கள்:
|
||||
|
||||
`git cat-file -s HEAD`
|
||||
|
||||
- கொடுக்கப்பட்ட கிட் பொருளின் வகையை (குமிழ், மரம், கமிட், டேக்) பெறுங்கள்:
|
||||
|
||||
`git cat-file -t {{8c442dc3}}`
|
||||
|
||||
- கொடுக்கப்பட்ட கிட் பொருளின் உள்ளடக்கத்தை அதன் வகையின் அடிப்படையில் அழகாக அச்சிடுக:
|
||||
|
||||
`git cat-file -p {{HEAD~2}}`
|
Loading…
Add table
Reference in a new issue