mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
starting command line stuff
This commit is contained in:
parent
c4cc6cd57e
commit
c12e0c6f2d
8 changed files with 380 additions and 184 deletions
7
src/git.js
Normal file
7
src/git.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
function Git() {
|
||||
this.detachedHead = false;
|
||||
}
|
||||
|
||||
Git.prototype.commit = function() {
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue