Skip to content
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

8th Transaltion 1114 Words #79

Merged
merged 6 commits into from
Feb 25, 2018
Merged

Conversation

cherryloua
Copy link

Hi everyone,

Please, take some time again to review my PR. Thank you!

Sa katapusan, hinahanap ng Git ang mga value ng konpigurasyon sa konpigurasyon na file sa direktoryo ng Git (`.git/config`) ng anumang repositoryo na kasalukuyang ginagamit mo.
Ang mga halagang ito ay tiyak sa isang solong repositoryo, at kumakatawan sa pagpasa ng `--local` na opsyon hanggang `git config`.
(Kung hindi mo tukuyin kung aling antas ang gusto mong magtrabaho, ito ang default.)
Panghuli, hinahanap ng Git ang mga halaga ng kompigurasyon sa file ng kompigurasyon sa direktoryo ng Git (`.git/config`) na anomang repositoryo na kasalukuyang ginagamit mo.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anomang to anumang

If you want to see a list of all the options your version of Git recognizes, you can run
Ang mga pagpipilian sa kompigurasyon na kinikilala ng Git ay may dalawang kategorya: client-side at server-side.
Ang karamihan sa mga pagpipilian ay client-side -- i-kompigura ang mga personal na kagustuhan sa iyong ginagawa.
Karamihan, ang _many_ mga opsyon sa kompigurasyon ay sinusuportahan, ngunit ang isang malaking bahagi nito ay magagamit sa piling mga pagkakataon lamang; sinasaklaw lamang namin ang pinaka-karaniwan at kapaki-pakinabang na mga pagpipilian dito.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

many to maraming

@@ -50,23 +50,23 @@ Maaari mo ring mahanap ang materyal ng reperensya sa http://git-scm.com/docs/git
===== `core.editor`

((($EDITOR)))((($VISUAL, see $EDITOR)))
By default, Git uses whatever you've set as your default text editor via one of the shell environment variables `VISUAL` or `EDITOR`, or else falls back to the `vi` editor to create and edit your commit and tag messages.
To change that default to something else, you can use the `core.editor` setting:
Bilang default, ginagamit ng Git ang kahit anong itinakda mo bilang iyong default na editor ng teksto sa pamamagitan ng isa sa mga shell enviroment variable `VISUAL` o` EDITOR`, o kaya ay bumabalik sa editor ng `vi` upang lumikha at mag-edit ng iyong na i-commit at na tag ng mga mensahe.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tag ng mga mensahe to tag na mga mensahe

If you set this to the path of a file on your system, Git will use that file as the default initial message when you commit.
The value in creating a custom commit template is that you can use it to remind yourself (or others) of the proper format and style when creating a commit message.
Kung itinakda mo ito sa path ng file sa iyong sistema, ang Git ay gagamitin ang file bilang unang mensahe na default kapag ikaw ay nag-commit.
Ang halaga sa paglikha ng custom commit template ay maaari itong gamitin upang paalalahanan ang iyong sarili (o ang iba) ng tamang pormat at istilo kapag lumilikha ng mensahe na i-commit.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

custom to pasadyang

[source,console]
----
$ git config --global commit.template ~/.gitmessage.txt
$ git commit
----

Then, your editor will open to something like this for your placeholder commit message when you commit:
Pagkatapos, magbubukas ang iyong editor sa isang bagay na tulad nito para sa iyong placeholder ng mensahe ng commit kapag nag-commit ka:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

placeholder to paglalagyan

@mind-blast
Copy link

Please find time to check suggested words. Thank you,

@cherryloua
Copy link
Author

Thanks for the review @Robin-Ho

Hi @severinolorillajr I'm done with the changes. Thanks!

@severinolorillajr severinolorillajr merged commit 1b83d89 into progit2-tl:master Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants