Skip to content

Commit b8de293

Browse files
committed
Add page about exploring code
1 parent ee6a12a commit b8de293

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pages/exploring_code.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: Exploring code and its history
4+
---
5+
6+
For my own repositories, I like to use [gitx](http://gitx.frim.nl/) on
7+
my Mac.
8+
9+
But, of course, you can also just poke around
10+
[github](http://github.com) itself.
11+
12+
And you can do a lot of things from the command line, say to look at
13+
the combined changes to a file that were made over the last year.
14+
See the [github page about `git diff`](http://learn.github.com/p/diff.html).

0 commit comments

Comments
 (0)