-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation #6 - 1211 Words #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello there @cherryloua, great contribution! i just have a few suggestions.
|
||
[source,console] | ||
---- | ||
#!/bin/bash | ||
docx2txt.pl "$1" - | ||
---- | ||
|
||
Don't forget to `chmod a+x` that file. | ||
Finally, you can configure Git to use this script: | ||
Huwag kalimotan na i-`chmod a+x` ang file na iyon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kalimotan
to kalimutan
Ang kabanatang ito ay tungkol sa pagsisimula sa Git. Magsisimula tayo sa simula sa pamamagitan ng pagpapaliwanag ng ilang mga background sa mga kasangkapan ng pagkontrol sa bersyon, pagkatapos ay lilipat sa kung paano makakuha ng Git na tumatakbo sa iyong sistema at sa panghuli kung paano makakuha ng setup na ito upang simulan ang pakikipagtulungan. Sa dulo ng kabanatang ito | ||
dapat mong maintindihan kung bakit ang Git ay nandito, bakit dapat mong gamitin ito at dapat mong i-setup ang lahat upang magawa ito. | ||
1.1. Tungkol sa Pagkontrol ng Bersyon | ||
Ano ang "pagkontrol sa bersyon", at bakit dapat kang makialam? Pagkontrol sa bersyon ay isang sistema na nagtatala sa mga pagbabago sa isang file o hanay ng mga file sa paglipas ng panahon upang maaari mong iurong ang mga tiyak na mga bersyon pagkalipas. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pagkontrol sa bersyon
to Ang pagkontrol sa bersyon
|
||
The original commit message for this feature gives a simple example of running all your C source code through the `indent` program before committing. | ||
You can set it up by setting the filter attribute in your `.gitattributes` file to filter `*.c` files with the ``indent'' filter: | ||
Ang orihinal na mensahe ng commit para sa katangian na ito ay nagbibigay ng isang simpleng halimbawa ng pagpapatakbo ng lahat ng iyong source code na C sa pamamagitan ng `indent` na programa bago i-commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source code na C
to source code sa C
Hi everyone, I just updated the suggested changes. Thank you! |
Hi everyone!
Please, take some time to review my PR. Thank you, - Cherryloua