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.96 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>Alexei Znamensky's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Butcher (Level 7)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Author (Level 9)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Investigator (Level 4)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Master Locksmith (Level 7)</title><description>Add Signed-off-by line at the end of the commit log message using git commit -s.</description></item>
<item><title>Locksmith (Level 6)</title><description>Add Signed-off-by line at the end of the commit log message using git commit -s.</description></item>
<item><title>Locksmith (Level 5)</title><description>Add Signed-off-by line at the end of the commit log message using git commit -s.</description></item>
<item><title>Apprentice Investigator (Level 3)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Locksmith (Level 4)</title><description>Add Signed-off-by line at the end of the commit log message using git commit -s.</description></item>
<item><title>Apprentice Locksmith (Level 3)</title><description>Add Signed-off-by line at the end of the commit log message using git commit -s.</description></item>
<item><title>Master Socialite (Level 9)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Master Stone Mason (Level 10)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Apprentice Seamstress (Level 2)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Master Historian (Level 8)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Gipsy (Level 6)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
<item><title>Product Manager (Level 6)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Butcher (Level 6)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Merchant (Level 4)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Let there be light</title><description>Commit without a parent.</description></item>
<item><title>Cherry Picker</title><description>Used git cherry-pick to add a sha from another branch into the current branch.</description></item>
<item><title>Apprentice Investigator (Level 2)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
</channel></rss>