forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.rss
25 lines (25 loc) · 2.86 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>Ben MacLeod's Git Achievements</title>
<description></description>
<link></link>
<item><title>Merchant (Level 4)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Goldsmith (Level 4)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Caretaker</title><description>Added a .gitignore file to a repository.</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>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>Apprentice Goldsmith (Level 3)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Collector (Level 9)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Goldsmith (Level 2)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Apprentice Goldsmith (Level 1)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Socialite (Level 11)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Cleaning lady (Level 5)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Master Butcher (Level 8)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Author (Level 10)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Chimney Sweeper (Level 3)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
<item><title>Master Historian (Level 7)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Stone Mason (Level 8)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Master Product Manager (Level 8)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Master Blacksmith (Level 8)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Historian (Level 6)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Butcher (Level 7)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
</channel></rss>