We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6a12a commit b8de293Copy full SHA for b8de293
1 file changed
pages/exploring_code.md
@@ -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