mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 23:54:27 +02:00
have HEAD working
This commit is contained in:
parent
3b58cf2912
commit
f78e77e5c6
4 changed files with 116 additions and 29 deletions
|
@ -18,9 +18,12 @@ var GRAPHICS = {
|
|||
curveControlPointOffset: 50,
|
||||
defaultEasing: 'easeInOut',
|
||||
defaultAnimationTime: 300,
|
||||
|
||||
rectFill: '#FF3A3A',
|
||||
headRectFill: '#2831FF',
|
||||
rectStroke: '#FFF',
|
||||
rectStrokeWidth: '3',
|
||||
|
||||
multiBranchY: 20,
|
||||
upstreamHeadOpacity: 0.5,
|
||||
upstreamNoneOpacity: 0.2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue