mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
working on origin
This commit is contained in:
parent
da53aabe13
commit
dd9f05eaa3
6 changed files with 97 additions and 30 deletions
|
@ -68,6 +68,14 @@ GitEngine.prototype.init = function() {
|
|||
this.commit();
|
||||
};
|
||||
|
||||
GitEngine.prototype.hasOrigin = function() {
|
||||
return false;
|
||||
};
|
||||
|
||||
GitEngine.prototype.isOrigin = function() {
|
||||
return false;
|
||||
};
|
||||
|
||||
GitEngine.prototype.exportTree = function() {
|
||||
// need to export all commits, their connectivity / messages, branches, and state of head.
|
||||
// this would be simple if didn't have circular structures.... :P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue