Skip to content

Commit

Permalink
New achievement Master Pedantic (Level 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aegypius committed May 16, 2012
1 parent a310ea3 commit ee29201
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
41 changes: 21 additions & 20 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body> <body>


<h2>aegypius's Git Achievements <img src='http://www.gravatar.com/avatar/74d1709858942424e08b2a132e768d75'/></h2> <h2>aegypius's Git Achievements <img src='http://www.gravatar.com/avatar/74d1709858942424e08b2a132e768d75'/></h2>
Unlocked 37/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 541 points<br> Unlocked 37/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 549 points<br>
<ul> <ul>
<li><div class="title">Apprentice Architect (Level 1)</div> <div class="info">Created a new repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-init.html">git-init</a>.</div></li> <li><div class="title">Apprentice Architect (Level 1)</div> <div class="info">Created a new repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-init.html">git-init</a>.</div></li>
<li><div class="title">Apprentice Archivist (Level 1)</div> <div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li> <li><div class="title">Apprentice Archivist (Level 1)</div> <div class="info">Prepare each commit with its patch in one file per commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">git-format-patch</a></div></li>
Expand Down Expand Up @@ -101,6 +101,7 @@ <h2>aegypius's Git Achievements <img src='http://www.gravatar.com/avatar/74d1709
<li><div class="title">Master Historian (Level 7)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li> <li><div class="title">Master Historian (Level 7)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
<li><div class="title">Master Historian (Level 8)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li> <li><div class="title">Master Historian (Level 8)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
<li><div class="title">Master Historian (Level 9)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li> <li><div class="title">Master Historian (Level 9)</div> <div class="info">Investigate the commit log using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
<li><div class="title">Master Pedantic (Level 7)</div> <div class="info">Use the flow extension to encourage an orderly and standardized branching model</div></li>
<li><div class="title">Master Product Manager (Level 7)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li> <li><div class="title">Master Product Manager (Level 7)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li>
<li><div class="title">Master Product Manager (Level 8)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li> <li><div class="title">Master Product Manager (Level 8)</div> <div class="info">Stash the changes in a dirty working directory away with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-stash.html">git-stash</a>.</div></li>
<li><div class="title">Master Socialite (Level 7)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li> <li><div class="title">Master Socialite (Level 7)</div> <div class="info">pushed a branch to a remote repository using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
Expand Down Expand Up @@ -135,36 +136,36 @@ <h2>aegypius's Git Achievements <img src='http://www.gravatar.com/avatar/74d1709
</ul> </ul>
Git commands sorted by usage: Git commands sorted by usage:
<pre style="text-align: left"> <pre style="text-align: left">
12675 symbolic-ref 13045 symbolic-ref
2341 status 2414 status
1765 st 1765 st
1095 add 1112 add
965 commit 980 commit
714 pull 722 pull
677 diff 678 diff
604 push 613 push
488 checkout 496 checkout
447 log 451 log
274 stash 274 stash
270 deploy 271 deploy
246 branch 253 branch
176 svn 176 svn
121 flow 138 submodule
119 submodule 128 flow
117 rebase 118 rebase
109 rm 113 rm
105 remote 106 remote
94 mergetool 94 mergetool
76 config 76 config
72 clone 72 clone
71 help
70 tag 70 tag
69 help
65 clean 65 clean
45 reset 46 reset
42 merge 42 merge
39 achievements 39 achievements
34 gc 34 gc
28 init 29 init
26 mv 26 mv
25 fetch 25 fetch
20 format-patch 20 format-patch
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>aegypius's Git Achievements</title> <title>aegypius's Git Achievements</title>
<description></description> <description></description>
<link></link> <link></link>
<item><title>Master Pedantic (Level 7)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item>
<item><title>Master Author (Level 10)</title><description>Made 2^Level commits using git commit.</description></item> <item><title>Master Author (Level 10)</title><description>Made 2^Level commits using git commit.</description></item>
<item><title>Master Gipsy (Level 7)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item> <item><title>Master Gipsy (Level 7)</title><description>Create, list, delete a tag signed with GPG using git tag</description></item>
<item><title>Pedantic (Level 6)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item> <item><title>Pedantic (Level 6)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Seamstress (Level 6)</title><description>amended a commit with git commit --amend.</description></item> <item><title>Seamstress (Level 6)</title><description>amended a commit with git commit --amend.</description></item>
<item><title>Apprentice Pedantic (Level 2)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item> <item><title>Apprentice Pedantic (Level 2)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item>
<item><title>Apprentice Pedantic (Level 1)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item> <item><title>Apprentice Pedantic (Level 1)</title><description>Use the flow extension to encourage an orderly and standardized branching model</description></item>
<item><title>Apprentice Thug (Level 2)</title><description>Forced pushed a branch with git push -f</description></item>
</channel></rss> </channel></rss>

0 comments on commit ee29201

Please sign in to comment.