aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e02f9918f30684e60de0c5d07fde4757467f9d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
# You are only as good as your last commit

JavaScript widget to include on your site that shows and links to your last commit on GitHub.

  <span class="lastcommit-widget" data-user="your github username"></span>
  <script src="http://johannilsson.github.com/lastcommit/widget.js"></script>

* It's not smart enough to filter out commits by others in a repository.
* Does not work properly on commits in branches.

By [Johan Nilsson](http://markupartist.com)