forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.rss
25 lines (25 loc) · 2.92 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>David Westerink's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Socialite (Level 8)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Collector (Level 4)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Student</title><description>Accessed the documentation for a command with git [command] --help</description></item>
<item><title>Product Manager (Level 4)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Pedantic (Level 2)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item>
<item><title>Apprentice Merchant (Level 1)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Master Author (Level 9)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Cathedral Worker (Level 1)</title><description>Cloned submodule repository and checked out commits specified by superproject.</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>Chimney Sweeper (Level 4)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
<item><title>Cleaning lady (Level 4)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Weaver</title><description>Investigate old branches by using git reflog</description></item>
<item><title>Apprentice Collector (Level 3)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Apprentice Plumber (Level 1)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Historian (Level 5)</title><description>Investigate the commit log using git log.</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 Author (Level 8)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Socialite (Level 7)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Apprentice Chimney Sweeper (Level 2)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
</channel></rss>