forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.rss
25 lines (25 loc) · 2.99 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>Alex Knowles's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Pilgrim (Level 7)</title><description>Performed a rebase using git rebase --onto.</description></item>
<item><title>Master Stone Mason (Level 11)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Cathedral Worker (Level 5)</title><description>Cloned submodule repository and checked out commits specified by superproject.</description></item>
<item><title>Master Socialite (Level 12)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Master Carpenter (Level 4)</title><description>Custom git hooks are installed which help catch issues before they are shared.</description></item>
<item><title>Seamstress (Level 6)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Cathedral Worker (Level 4)</title><description>Cloned submodule repository and checked out commits specified by superproject.</description></item>
<item><title>Apprentice Cathedral Worker (Level 3)</title><description>Cloned submodule repository and checked out commits specified by superproject.</description></item>
<item><title>Master Cleaning lady (Level 7)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Master Collector (Level 11)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Master Product Manager (Level 11)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Archivist (Level 2)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
<item><title>Apprentice Investigator (Level 2)</title><description>Used git blame to annotate a file with information about how each line changed.</description></item>
<item><title>Apprentice Investigator (Level 1)</title><description>Used git blame to annotate a file with information about how each line changed.</description></item>
<item><title>Pilgrim (Level 6)</title><description>Performed a rebase using git rebase --onto.</description></item>
<item><title>Master Butcher (Level 9)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Seamstress (Level 5)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Plumber (Level 2)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Apprentice Plumber (Level 1)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Master Merchant (Level 7)</title><description>Added an external repository with git remote add.</description></item>
</channel></rss>