Skip to content

Commit

Permalink
New achievement Cherry Picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolg committed Jun 7, 2012
1 parent 478fa1e commit 31a1a5c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions index.html
Expand Up @@ -10,7 +10,7 @@
<body>

<h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/avatar/468ad27bb628bcede874ed878ccbf490'/></h2>
Unlocked 17/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 208 points<br>
Unlocked 18/ 51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 209 points<br>
<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 2)</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>
Expand Down Expand Up @@ -45,6 +45,7 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
<li><div class="title">Apprentice Stone Mason (Level 3)</div> <div class="info">Added files to the index area for inclusion in the next commit with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-add.html">git-add</a></div></li>
<li><div class="title">Author (Level 4)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><div class="title">Author (Level 6)</div> <div class="info">Made 2^Level commits using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><div class="title">Cherry Picker</div> <div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html">git-cherry-pick</a> to add a sha from another branch into the current branch.</div></li>
<li><div class="title">Garage Inventor</div> <div class="info">Used a custom alias for a Git command</div></li>
<li><div class="title">Historian (Level 4)</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">Historian (Level 5)</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>
Expand All @@ -67,36 +68,38 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
</ul>
Git commands sorted by usage:
<pre style="text-align: left">
8695 status
7548 symbolic-ref
284 add
241 commit
8962 status
7784 symbolic-ref
292 add
250 commit
135 push
124 pull
71 log
45 checkout
41 branch
60 checkout
52 branch
40 diff
29 stash
30 stash
26 rm
21 remote
22 remote
20 reflog
14 merge
16 merge
12 bisect
11 show
11 clone
10 tag
8 achievements
6 clean
4 shortlog
4 mergetool
4 init
3 ls-files
3 fetch
3 config
2 reset
2 mergetool
1 submodule
1 rebase
1 mv
1 cherry-pick
1 --version
1 --bare
</pre>
Expand All @@ -118,7 +121,6 @@ <h2>Stanislav Chistenko's Git Achievements <img src='http://www.gravatar.com/ava
<li><div class="title">Carpenter</div><div class="info">Custom <a href="http://www.kernel.org/pub/software/scm/git/docs/githooks.html">git-hooks</a> are installed which help catch issues before they are shared.</div></li>
<li><div class="title">Cathedral Architect</div><div class="info">Added a submodule to a repository.</div></li>
<li><div class="title">Cathedral Worker</div><div class="info">Cloned submodule repository and checked out commits specified by superproject.</div></li>
<li><div class="title">Cherry Picker</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html">git-cherry-pick</a> to add a sha from another branch into the current branch.</div></li>
<li><div class="title">Chimney Sweeper</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-gc.html">git-gc</a> to run a number of housekeeping tasks on the current repository.</div></li>
<li><div class="title">Delivery Boy</div><div class="info">Move objects and refs by archive with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bundle.html">git-bundle</a>.</div></li>
<li><div class="title">Dentist</div><div class="info">Extracted patches using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a> -p.</div></li>
Expand Down
2 changes: 1 addition & 1 deletion index.rss
Expand Up @@ -2,6 +2,7 @@
<title>Stanislav Chistenko's Git Achievements</title>
<description></description>
<link></link>
<item><title>Cherry Picker</title><description>Used git cherry-pick to add a sha from another branch into the current branch.</description></item>
<item><title>Apprentice Blacksmith (Level 3)</title><description>Created a branch using git checkout -b.</description></item>
<item><title>Apprentice Presenter (Level 3)</title><description>Shows one or more objects (blobs, trees, tags and commits) with git show</description></item>
<item><title>Weaver</title><description>Investigate old branches by using git reflog</description></item>
Expand All @@ -21,5 +22,4 @@
<item><title>Apprentice Hunter (Level 2)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</description></item>
<item><title>Apprentice Hunter (Level 1)</title><description>Used git bisect to perform a binary search to find which change introduced a bug.</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>
<item><title>Apprentice Product Manager (Level 2)</title><description>Stash the changes in a dirty working directory away with git stash.</description></item>
</channel></rss>

0 comments on commit 31a1a5c

Please sign in to comment.