forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.rss
25 lines (25 loc) · 3 KB
/
index.rss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel>
<title>Willem Fibbe's Git Achievements</title>
<description></description>
<link></link>
<item><title>Librarian</title><description>Looked for change that introduce or remove a string with git log -S</description></item>
<item><title>Fisherman (Level 6)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
<item><title>Master Author (Level 10)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Fisherman (Level 5)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
<item><title>Hunter (Level 6)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</description></item>
<item><title>Master Traveler (Level 10)</title><description>Streamed changes between another rcs with git svn or git p4.</description></item>
<item><title>Hunter (Level 5)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</description></item>
<item><title>Hunter (Level 4)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</description></item>
<item><title>Apprentice Hunter (Level 3)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</description></item>
<item><title>Apprentice Hunter (Level 2)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</description></item>
<item><title>Master Stone Mason (Level 9)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Master Investigator (Level 7)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Apprentice Banker (Level 3)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Goldsmith (Level 6)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Product Manager (Level 9)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Butcher (Level 5)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Goldsmith (Level 5)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Traveler (Level 9)</title><description>Streamed changes between another rcs with git svn or git p4.</description></item>
<item><title>Goldsmith (Level 4)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Apprentice Goldsmith (Level 3)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
</channel></rss>