forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.rss
25 lines (25 loc) · 2.7 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>Ryan's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Thug (Level 7)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Master Cleaning lady (Level 9)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Master Socialite (Level 11)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Master Blacksmith (Level 7)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Traveler (Level 6)</title><description>Streamed changes between another rcs with git svn or git p4.</description></item>
<item><title>Master Stone Mason (Level 12)</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 11)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Thug (Level 6)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Pilgrim (Level 4)</title><description>Performed a rebase using git rebase --onto.</description></item>
<item><title>Blacksmith (Level 6)</title><description>Created a branch using git checkout -b.</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>Master Historian (Level 9)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Master Seamstress (Level 9)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Architect (Level 6)</title><description>Created a new repository with git init.</description></item>
<item><title>Master Miller (Level 11)</title><description>Add only part of a file to the stage 3036 times with git add -p.</description></item>
<item><title>Master Banker (Level 8)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Master Socialite (Level 10)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Thug (Level 5)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Master Author (Level 11)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Tree Trimmer (Level 2)</title><description>Rewrite branches with git filter-branch</description></item>
</channel></rss>