forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.rss
25 lines (25 loc) · 2.73 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>Giulio Calacoci's Git Achievements</title>
<description></description>
<link></link>
<item><title>Gardner (Level 6)</title><description>Shows the commit ancestry graph with git show-branch</description></item>
<item><title>Apprentice Investigator (Level 1)</title><description>Used git blame to annotate a file with information about how each line changed.</description></item>
<item><title>Master Author (Level 9)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Apprentice Thug (Level 3)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Butcher (Level 4)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Librarian</title><description>Looked for change that introduce or remove a string with git log -S</description></item>
<item><title>Master Banker (Level 8)</title><description>Join two or more development histories together with git merge.</description></item>
<item><title>Collector (Level 5)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Gardner (Level 5)</title><description>Shows the commit ancestry graph with git show-branch</description></item>
<item><title>Apprentice Butcher (Level 3)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Blacksmith (Level 6)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Gardner (Level 4)</title><description>Shows the commit ancestry graph with git show-branch</description></item>
<item><title>Apprentice Thug (Level 2)</title><description>Forced pushed a branch with git push -f</description></item>
<item><title>Seamstress (Level 5)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Butcher (Level 2)</title><description>Performed an interactive rebase using git rebase -i.</description></item>
<item><title>Fisherman (Level 5)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
<item><title>Master Socialite (Level 8)</title><description>pushed a branch to a remote repository using git push</description></item>
<item><title>Seamstress (Level 4)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Collector (Level 4)</title><description>Fetches named heads or tags from another repository with git fetch</description></item>
<item><title>Fisherman (Level 4)</title><description>Look for specified patterns in the current repository with git grep.</description></item>
</channel></rss>