You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
<body>
11
11
12
12
<h2>Dave Lee's Git Achievements</h2>
13
-
Unlocked 12/51 <ahref="http://github.com/icefox/git-achievements">Git Achievements</a> for 53 points<br>
13
+
Unlocked 13/51 <ahref="http://github.com/icefox/git-achievements">Git Achievements</a> for 55 points<br>
14
14
<ul>
15
15
<li><divclass="title">Apprentice Architect (Level 1)</div><divclass="info">Created a new repository with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-init.html">git-init</a>.</div></li>
16
16
<li><divclass="title">Apprentice Author (Level 1)</div><divclass="info">Made 2^Level commits using <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-commit.html">git-commit</a>.</div></li>
<li><divclass="title">Apprentice Chimney Sweeper (Level 1)</div><divclass="info">Used <ahref="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>
23
23
<li><divclass="title">Apprentice Collector (Level 1)</div><divclass="info">Fetches named heads or tags from another repository with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">git-fetch</a></div></li>
24
24
<li><divclass="title">Apprentice Collector (Level 2)</div><divclass="info">Fetches named heads or tags from another repository with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html">git-fetch</a></div></li>
25
+
<li><divclass="title">Apprentice Historian (Level 1)</div><divclass="info">Investigate the commit log using <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
25
26
<li><divclass="title">Apprentice Merchant (Level 1)</div><divclass="info">Added an external repository with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
26
27
<li><divclass="title">Apprentice Merchant (Level 2)</div><divclass="info">Added an external repository with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html">git-remote</a> add.</div></li>
27
28
<li><divclass="title">Apprentice Socialite (Level 1)</div><divclass="info">pushed a branch to a remote repository using <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-push.html">git-push</a></div></li>
<li><divclass="title">Gardner</div><divclass="info">Shows the commit ancestry graph with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-show-branch.html">git-show-branch</a></div></li>
90
92
<li><divclass="title">Gipsy</div><divclass="info">Create, list, delete a tag signed with GPG using <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-tag.html">git-tag</a></div></li>
91
93
<li><divclass="title">Goldsmith</div><divclass="info">Reviewed patches before committing with <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html">git-diff</a> --cached.</div></li>
92
-
<li><divclass="title">Historian</div><divclass="info">Investigate the commit log using <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-log.html">git-log</a>.</div></li>
93
94
<li><divclass="title">Homeowner</div><divclass="info">Set global email address using <ahref="http://www.kernel.org/pub/software/scm/git/docs/git-config.html">git-config</a>.</div></li>
94
95
<li><divclass="title">Hunter</div><divclass="info">Used <ahref="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>
95
96
<li><divclass="title">Inventor ($1)</div><divclass="info">Used a command that isn't part of the built in Git command</div></li>
Copy file name to clipboardExpand all lines: index.rss
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
<title>Dave Lee's Git Achievements</title>
3
3
<description></description>
4
4
<link></link>
5
+
<item><title>Apprentice Historian (Level 1)</title><description>Investigate the commit log using git log.</description></item>
5
6
<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>
6
7
<item><title>Apprentice Blacksmith (Level 2)</title><description>Created a branch using git checkout -b.</description></item>
7
8
<item><title>Apprentice Author (Level 3)</title><description>Made 2^Level commits using git commit.</description></item>
@@ -21,5 +22,4 @@
21
22
<item><title>Apprentice Merchant (Level 1)</title><description>Added an external repository with git remote add.</description></item>
22
23
<item><title>Apprentice Socialite (Level 1)</title><description>pushed a branch to a remote repository using git push</description></item>
23
24
<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>
0 commit comments