forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.rss
23 lines (23 loc) · 2.9 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
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel>
<title>Benjamin C Meyer's Git Achievements</title>
<item><title>Master Collector (Level 7)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Investigator (Level 5)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Master Goldsmith (Level 9)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Master Butcher (Level 7)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Seamstress (Level 7)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Fisherman (Level 2)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
<item><title>Master Historian (Level 9)</title><description>Investigate the commit log using git log.</description></item>
<item><title>Blacksmith (Level 4)</title><description>Created a branch using git checkout -b.</description></item>
<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>Master Goldsmith (Level 8)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
<item><title>Apprentice Miller (Level 3)</title><description>Add only part of a file to the stage 595 times with git add -p.</description></item>
<item><title>Collector (Level 6)</title><description>Fetches named heads or tags from another repository with git fetch</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>Master Socialite (Level 7)</title><description>pushed a branch to a remote repository using git push</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>Investigator (Level 4)</title><description>Used git blame to annotates a file with information about how each line changed.</description></item>
<item><title>Banker (Level 4)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Apprentice Cleaning lady (Level 2)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Butcher (Level 6)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Master Goldsmith (Level 7)</title><description>Reviewed patches before committing with git diff --cached.</description></item>
</channel></rss>