forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.rss
More file actions
executable file
·25 lines (25 loc) · 2.94 KB
/
index.rss
File metadata and controls
executable file
·25 lines (25 loc) · 2.94 KB
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>Kristina D.C. Hoeppner's Git Achievements</title>
<description></description>
<link></link>
<item><title>Master Blacksmith (Level 8)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Apprentice Butcher (Level 2)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Apprentice Cathedral Worker (Level 3)</title><description>Cloned submodule repository and checked out commits specified by superproject.</description></item>
<item><title>Apprentice Cathedral Worker (Level 2)</title><description>Cloned submodule repository and checked out commits specified by superproject.</description></item>
<item><title>Master Author (Level 11)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Collector (Level 11)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Merchant (Level 4)</title><description>Added an external repository with git remote add.</description></item>
<item><title>Garage Inventor</title><description>Used a custom alias for a Git command</description></item>
<item><title>Apprentice Miller (Level 2)</title><description>Add only part of a file to the stage 806 times with git add -p.</description></item>
<item><title>Master Seamstress (Level 8)</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>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>Product Manager (Level 5)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Thug (Level 1)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Apprentice Cathedral Worker (Level 1)</title><description>Cloned submodule repository and checked out commits specified by superproject.</description></item>
<item><title>Apprentice Investigator (Level 2)</title><description>Used git blame to annotate a file with information about how each line changed.</description></item>
<item><title>Master Socialite (Level 9)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Product Manager (Level 4)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
<item><title>Apprentice Architect (Level 2)</title><description>Created a new repository with git init.</description></item>
<item><title>Apprentice Product Manager (Level 3)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
</channel></rss>