starting command line stuff

This commit is contained in:
Peter Cottle 2012-08-13 14:09:55 -07:00
parent c4cc6cd57e
commit c12e0c6f2d
8 changed files with 380 additions and 184 deletions

7
src/git.js Normal file
View file

@ -0,0 +1,7 @@
function Git() {
this.detachedHead = false;
}
Git.prototype.commit = function() {
};