aboutsummaryrefslogtreecommitdiff
path: root/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-03 17:22:08 -0300
committerEuAndreh <eu@euandre.org>2020-11-03 17:27:04 -0300
commitf1fe3c26829d2e067d52a82f805893fb9848b6cc (patch)
tree8b69e2e9e8c38fdc8e11d68ee5bdaaa49239fcc3 /locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
parentsync-translations.sh: Filter out templates/ (diff)
downloadeuandre.org-f1fe3c26829d2e067d52a82f805893fb9848b6cc.tar.gz
euandre.org-f1fe3c26829d2e067d52a82f805893fb9848b6cc.tar.xz
Add all generated .po files
Diffstat (limited to 'locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po')
-rw-r--r--locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po52
1 files changed, 52 insertions, 0 deletions
diff --git a/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po b/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
new file mode 100644
index 0000000..ded01f2
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
@@ -0,0 +1,52 @@
+#
+msgid ""
+msgstr ""
+
+msgid ""
+"title: Search in git\n"
+"date: 2020-08-16\n"
+"layout: post\n"
+"lang: en\n"
+"ref: search-in-git"
+msgstr ""
+
+msgid "Here's a useful trio to know about to help you search things in git:"
+msgstr ""
+
+msgid "`git show <commit>`"
+msgstr ""
+
+msgid "`git log --grep='<regexp>'`"
+msgstr ""
+
+msgid "`git grep '<regexp>' [commit]`"
+msgstr ""
+
+msgid "1. `git show <commit>`"
+msgstr ""
+
+msgid "Show a specific commit and it's diff:"
+msgstr ""
+
+msgid "2. `git log --grep='<regexp>'`"
+msgstr ""
+
+msgid "Search through the commit messages:"
+msgstr ""
+
+msgid "3. `git grep '<regexp>' [commit]`"
+msgstr ""
+
+msgid "Search content in git history:"
+msgstr ""
+
+msgid ""
+"And if you find an occurrence of the regexp in a specific commit and you "
+"want to browse the repository in that point in time, you can [use git "
+"checkout for that][0]."
+msgstr ""
+
+msgid ""
+"[0]: {% link _tils/2020-08-14-browse-a-git-repository-at-a-specific-"
+"commit.md %}"
+msgstr ""