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>Christopher Hutten-Czapski's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Presenter (Level 9)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Miller (Level 4)</title><description>Add only part of a file to the stage 236 times with git add -p.</description></item>
<item><title>Apprentice News Reader (Level 1)</title><description>Show logs with difference each commit introduces with git whatchanged</description></item>
<item><title>Master Seamstress (Level 7)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Master Author (Level 9)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Product Manager (Level 7)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Master Socialite (Level 8)</title><description>pushed a branch to a remote repository using git push</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 Archivist (Level 1)</title><description>Prepare each commit with its patch in one file per commit with git format-patch</description></item>
<item><title>Blacksmith (Level 5)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Apprentice Plumber (Level 1)</title><description>Use the internal plumbing commands of git.</description></item>
<item><title>Thug (Level 6)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Butcher (Level 6)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Stone Mason (Level 7)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Investigator (Level 5)</title><description>Used git blame to annotate a file with information about how each line changed.</description></item>
<item><title>Apprentice Miller (Level 3)</title><description>Add only part of a file to the stage 117 times with git add -p.</description></item>
<item><title>Butcher (Level 5)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Apprentice Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Master Author (Level 8)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Seamstress (Level 6)</title><description>amended a commit with git commit --amend.</description></item>
</channel></rss>