mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
git-cherry: add Tamil translation
Signed-off-by: Karthikeyan Vaithilingam <seenukarthi@gmail.com>
This commit is contained in:
parent
717a1aeb57
commit
07ba5270c3
1 changed files with 16 additions and 0 deletions
16
pages.ta/common/git-cherry.md
Normal file
16
pages.ta/common/git-cherry.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# git cherry
|
||||
|
||||
> அப்ஸ்ட்ரீமில் இன்னும் பயன்படுத்தப்படாத கமிட்டுகளைக் கண்டறியவும்.
|
||||
> மேலும் தகவல்: <https://git-scm.com/docs/git-cherry>.
|
||||
|
||||
- அப்ஸ்ட்ரீமில் சமமான கமிட்டுகளுடன் கமிட்டுகளையும் (அவற்றின் செய்திகளையும்) காட்டு:
|
||||
|
||||
`git cherry -v`
|
||||
|
||||
- வேறு அப்ஸ்ட்ரீம் மற்றும் தலைப்பு கிளையை குறிப்பிடவும்:
|
||||
|
||||
`git cherry {{தோற்றம்}} {{தலைப்பு}}`
|
||||
|
||||
- கொடுக்கப்பட்ட வரம்புக்குள் கமிட்களை கட்டுப்படுத்து:
|
||||
|
||||
`git cherry {{தோற்றம்}} {{தலைப்பு}} {{அடித்தளம்}}`
|
Loading…
Add table
Reference in a new issue