diff options
Diffstat (limited to 'locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po')
-rw-r--r-- | locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po b/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po index 2156000..1610fcb 100644 --- a/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po +++ b/locale/fr/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Pull requests with Git, the old school way\n" -"date: 2020-09-05\n" -"layout: post\n" -"lang: en\n" -"ref: pull-requests-with-git-the-old-school-way" -msgstr "" - -msgid "" "It might be news to you, as it was to me, that \"pull requests\" that you " "can create on a Git hosting provider's web UI[^pr-webui] like " "GitLab/Bitbucket/GitHub actually comes from Git itself: `git request-pull`." @@ -144,3 +136,29 @@ msgid "" "git request-pull master public-origin other-branch | \\\n" " mail list@example.com -s 'PR: All commits from my \"other-brach\"'\n" msgstr "" + +msgid "title: Pull requests with Git, the old school way" +msgstr "" + +msgid "date: 2020-09-05" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: pull-requests-with-git-the-old-school-way" +msgstr "" + +msgid "eu_categories: git" +msgstr "" + +#~ msgid "" +#~ "title: Pull requests with Git, the old school way\n" +#~ "date: 2020-09-05\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: pull-requests-with-git-the-old-school-way" +#~ msgstr "" |