aboutsummaryrefslogtreecommitdiff
path: root/po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-16 16:52:43 -0300
committerEuAndreh <eu@euandre.org>2022-01-16 16:52:43 -0300
commit1fc994f588dd9ef2ef8395e57e2492a6b4d730eb (patch)
treeab518e8c2c229ec60ba921adbf9897b25520b99d /po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
parent.ignore: Remove unused file (diff)
downloadeuandre.org-1fc994f588dd9ef2ef8395e57e2492a6b4d730eb.tar.gz
euandre.org-1fc994f588dd9ef2ef8395e57e2492a6b4d730eb.tar.xz
git mv locale/ po/
Diffstat (limited to 'po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po')
-rw-r--r--po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po89
1 files changed, 89 insertions, 0 deletions
diff --git a/po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po b/po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
new file mode 100644
index 0000000..7b1c6cc
--- /dev/null
+++ b/po/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po
@@ -0,0 +1,89 @@
+#
+msgid ""
+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 ""
+
+msgid ""
+"git show\n"
+"# shows the latest commit\n"
+"git show <commit>\n"
+"# shows an specific <commit>\n"
+"git show v1.2\n"
+"# shows commit tagged with v1.2\n"
+msgstr ""
+
+msgid "git log --grep='refactor'\n"
+msgstr ""
+
+msgid ""
+"git grep 'TODO'\n"
+"# search the repository for the \"TODO\" string\n"
+"git grep 'TODO' $(git rev-list --all)\n"
+"# search the whole history for \"TODO\" string\n"
+msgstr ""
+
+msgid "title: Search in git"
+msgstr ""
+
+msgid "date: 2020-08-16"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: search-in-git"
+msgstr ""
+
+msgid "eu_categories: git"
+msgstr ""
+
+#~ msgid ""
+#~ "title: Search in git\n"
+#~ "date: 2020-08-16\n"
+#~ "layout: post\n"
+#~ "lang: en\n"
+#~ "ref: search-in-git"
+#~ msgstr ""