mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 15:44:35 +02:00
build for pull --rebase
This commit is contained in:
parent
aed8ce29f3
commit
73f7e2638b
4 changed files with 5 additions and 3 deletions
1
build/bundle.min.20218ff4.js
Normal file
1
build/bundle.min.20218ff4.js
Normal file
File diff suppressed because one or more lines are too long
1
build/bundle.min.js
vendored
Normal file
1
build/bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -426,7 +426,7 @@
|
|||
For a much easier time perusing the source, see the individual files at:
|
||||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script src="build/bundle.js"></script>
|
||||
<script src="build/bundle.min.20218ff4.js"></script>
|
||||
|
||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||
The downside? No raw logs to parse for analytics, so I have to include
|
||||
|
|
4
todo.txt
4
todo.txt
|
@ -14,9 +14,7 @@ Big Things
|
|||
Easier origin things:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
[ ] make it so git pull doesnt highlight nodes on animation when its a FF
|
||||
[ ] work on git pull --rebase animation, send down the deferred and it should work?
|
||||
[ ] then maybe work on remote branches tracking correctly? wut?
|
||||
[ ] use the graph difference algorithm to then implement git push
|
||||
[ ] finally work on an upload / download animation
|
||||
|
||||
Origin things:
|
||||
|
@ -47,6 +45,8 @@ Ideas for cleaning
|
|||
Done things:
|
||||
(I only started this on Dec 17th 2012 to get a better sense of what was done)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
[x] use the graph difference algorithm to then implement git push
|
||||
[x] work on git pull --rebase animation, send down the deferred and it should work?
|
||||
[x] why is rebase -i broken? dont emulate touch events
|
||||
[x] tree compare test coverage
|
||||
[x] remote branch it is tracking (points to a remote branch model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue