forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.rss
25 lines (25 loc) · 2.73 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>Freek van Rijt's Git Achievements</title>
<description></description>
<link></link>
<item><title>Apprentice Cleaning lady (Level 2)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Apprentice Collector (Level 2)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Banker (Level 5)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Blacksmith (Level 5)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Apprentice Historian (Level 2)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Plumber (Level 10)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Master Gipsy (Level 8)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
<item><title>Apprentice Seamstress (Level 3)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Master Socialite (Level 7)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Author (Level 6)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Seamstress (Level 2)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Seamstress (Level 1)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Historian (Level 1)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Stone Mason (Level 5)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Author (Level 5)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Carpenter (Level 1)</title><description>Custom git hooks are installed which help catch issues before they are shared.</description></item>
<item><title>Blacksmith (Level 4)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Stone Mason (Level 4)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Author (Level 4)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Socialite (Level 6)</title><description>pushed a branch to a remote repository using git push</description></item>
</channel></rss>