forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.rss
23 lines (23 loc) · 2.75 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>djacobs7's Git Achievements</title>
<item><title>Baptised</title><description>Set global user name using git config.</description></item>
<item><title>Apprentice Cleaning lady (Level 3)</title><description>Remove untracked files from the working tree with git clean</description></item>
<item><title>Weaver</title><description>Investigate old branches by using git reflog</description></item>
<item><title>Apprentice Investigator (Level 1)</title><description>Used git blame to annotates a file with information about how each line changed.</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 Merchant (Level 2)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Apprentice Product Manager (Level 1)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Banker (Level 6)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Apprentice Presenter (Level 2)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Collector (Level 5)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Blacksmith (Level 4)</title><description>Created a branch using git checkout -b.</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>Master Author (Level 8)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Blacksmith (Level 3)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Collector (Level 4)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Master Stone Mason (Level 8)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
<item><title>Master Socialite (Level 7)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Dentist</title><description>Extracted patches using git log -p.</description></item>
<item><title>Master Author (Level 7)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Banker (Level 5)</title><description>Join two or more development histories together with git merge.</description></item>
</channel></rss>