build for pull --rebase

This commit is contained in:
Peter Cottle 2013-06-11 20:55:50 -07:00
parent aed8ce29f3
commit 73f7e2638b
4 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

1
build/bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -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

View file

@ -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)