mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-03 03:04:27 +02:00
meh
This commit is contained in:
parent
dd9f05eaa3
commit
50a9eec959
3 changed files with 10 additions and 4 deletions
|
@ -8610,7 +8610,9 @@ var Ref = Backbone.Model.extend({
|
|||
|
||||
var Branch = Ref.extend({
|
||||
defaults: {
|
||||
visBranch: null
|
||||
visBranch: null,
|
||||
isOrigin: false,
|
||||
origin: null
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
@ -24046,7 +24048,9 @@ var Ref = Backbone.Model.extend({
|
|||
|
||||
var Branch = Ref.extend({
|
||||
defaults: {
|
||||
visBranch: null
|
||||
visBranch: null,
|
||||
isOrigin: false,
|
||||
origin: null
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
|
|
@ -1648,7 +1648,9 @@ var Ref = Backbone.Model.extend({
|
|||
|
||||
var Branch = Ref.extend({
|
||||
defaults: {
|
||||
visBranch: null
|
||||
visBranch: null,
|
||||
isOrigin: false,
|
||||
origin: null
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
|
2
todo.txt
2
todo.txt
|
@ -15,7 +15,7 @@ Origin things:
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
[ ] setup remote model, for now it just has:
|
||||
-- a name
|
||||
-- a URL (default for now)
|
||||
-- a URL (default for now)?
|
||||
-- points to a completely new git engine instance to interact with
|
||||
[ ] Setup branch model to include:
|
||||
-- is remote (custom getter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue