Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d128a97

Browse files
committed
New achievement Apprentice Historian (Level 1)
1 parent c35f564 commit d128a97

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

index.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111

1212
<h2>Dave Lee's Git Achievements</h2>
13-
Unlocked 12/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 53 points<br>
13+
Unlocked 13/51 <a href="http://github.com/icefox/git-achievements">Git Achievements</a> for 55 points<br>
1414
<ul>
1515
<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>
1616
<li><div class="title">Apprentice Author (Level 1)</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>
@@ -22,6 +22,7 @@ <h2>Dave Lee's Git Achievements</h2>
2222
<li><div class="title">Apprentice Chimney Sweeper (Level 1)</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>
2323
<li><div class="title">Apprentice Collector (Level 1)</div> <div class="info">Fetches named heads or tags from another repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">git-fetch</a></div></li>
2424
<li><div class="title">Apprentice Collector (Level 2)</div> <div class="info">Fetches named heads or tags from another repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">git-fetch</a></div></li>
25+
<li><div class="title">Apprentice Historian (Level 1)</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>
2526
<li><div class="title">Apprentice Merchant (Level 1)</div> <div class="info">Added an external repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
2627
<li><div class="title">Apprentice Merchant (Level 2)</div> <div class="info">Added an external repository with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
2728
<li><div class="title">Apprentice Socialite (Level 1)</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>
@@ -36,29 +37,30 @@ <h2>Dave Lee's Git Achievements</h2>
3637
</ul>
3738
Git commands sorted by usage:
3839
<pre style="text-align: left">
39-
37 status
40+
42 status
4041
29 rev-parse
42+
18 push
4143
18 for-each-ref
44+
15 add
45+
14 checkout
46+
14 branch
47+
13 remote
4248
13 ls-files
43-
13 add
44-
11 push
45-
10 remote
46-
10 branch
47-
9 commit
48-
9 checkout
49+
13 commit
4950
7 achievements
51+
6 fetch
5052
5 config
51-
4 fetch
52-
4 clone
53-
3 reset
53+
5 clone
54+
4 reset
55+
3 merge
56+
3 init
5457
3 cherry-pick
5558
3 --version
56-
2 merge
57-
2 init
59+
2 log
5860
2 gc
5961
2 --exec-path
62+
1 tag
6063
1 ls-tree
61-
1 log
6264
1 diff
6365
1 cat-file
6466
1 --help
@@ -89,7 +91,6 @@ <h2>Dave Lee's Git Achievements</h2>
8991
<li><div class="title">Gardner</div><div class="info">Shows the commit ancestry graph with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-show-branch.html">git-show-branch</a></div></li>
9092
<li><div class="title">Gipsy</div><div class="info">Create, list, delete a tag signed with GPG using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">git-tag</a></div></li>
9193
<li><div class="title">Goldsmith</div><div class="info">Reviewed patches before committing with <a href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">git-diff</a> --cached.</div></li>
92-
<li><div class="title">Historian</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>
9394
<li><div class="title">Homeowner</div><div class="info">Set global email address using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
9495
<li><div class="title">Hunter</div><div class="info">Used <a href="http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html">git-bisect</a> to perform a binary search to find which change introduced a bug.</div></li>
9596
<li><div class="title">Inventor ($1)</div><div class="info">Used a command that isn't part of the built in Git command</div></li>

index.rss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<title>Dave Lee's Git Achievements</title>
33
<description></description>
44
<link></link>
5+
<item><title>Apprentice Historian (Level 1)</title><description>Investigate the commit log using git log.</description></item>
56
<item><title>Apprentice Chimney Sweeper (Level 1)</title><description>Used git gc to run a number of housekeeping tasks on the current repository.</description></item>
67
<item><title>Apprentice Blacksmith (Level 2)</title><description>Created a branch using git checkout -b.</description></item>
78
<item><title>Apprentice Author (Level 3)</title><description>Made 2^Level commits using git commit.</description></item>
@@ -21,5 +22,4 @@
2122
<item><title>Apprentice Merchant (Level 1)</title><description>Added an external repository with git remote add.</description></item>
2223
<item><title>Apprentice Socialite (Level 1)</title><description>pushed a branch to a remote repository using git push</description></item>
2324
<item><title>Apprentice Author (Level 1)</title><description>Made 2^Level commits using git commit.</description></item>
24-
<item><title>Apprentice Stone Mason (Level 1)</title><description>Added files to the index area for inclusion in the next commit with git add</description></item>
2525
</channel></rss>

0 commit comments

Comments
 (0)