Skip to content

Instantly share code, notes, and snippets.

@twlz0ne
Last active April 16, 2022 14:11
Show Gist options
  • Save twlz0ne/c9f4623b56b8da42b52d to your computer and use it in GitHub Desktop.
Save twlz0ne/c9f4623b56b8da42b52d to your computer and use it in GitHub Desktop.
git workflow
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="1420pt" style="width:822px;height:1420px;" version="1.1" viewBox="0 0 822 1420" width="822pt"><defs><filter height="300%" id="f1" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacingAndGlyphs" textLength="110" x="711" y="19.668">gongqijian@gmail.com</text><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacingAndGlyphs" textLength="80" x="741" y="31.4453">master#f548246</text><text fill="#888888" font-family="sans-serif" font-size="10" lengthAdjust="spacingAndGlyphs" textLength="60" x="761" y="43.2227">2015-04-22</text><text fill="#000000" font-family="sans-serif" font-size="18" lengthAdjust="spacingAndGlyphs" textLength="112" x="359.5" y="62.7344">Git Workflow</text><text fill="#000000" font-family="sans-serif" font-size="18" lengthAdjust="spacingAndGlyphs" textLength="5" x="220" y="86.2305">I</text><line style="stroke: #000000; stroke-width: 2.0;" x1="10" x2="10" y1="68.8281" y2="1413.7207"/><ellipse cx="379" cy="100.0273" fill="#000000" filter="url(#f1)" rx="10" ry="10" style="stroke: none; stroke-width: 1.0;"/><polygon fill="#FBFB77" filter="url(#f1)" points="20,145.0273,20,246.8906,313,246.8906,313,155.0273,303,145.0273,20,145.0273" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="20,145.0273,20,246.8906,313,246.8906,313,199.959,333,195.959,313,191.959,313,155.0273,303,145.0273,20,145.0273" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="303" x2="303" y1="145.0273" y2="155.0273"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="303" x2="313" y1="155.0273" y2="155.0273"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="124" x="26" y="162.5957">$ git remote update</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="26" x="26" y="177.9063">或者</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="138" x="26" y="193.2168">$ git checkout master</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="57" x="26" y="208.5273">$ git pull</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="272" x="26" y="223.8379">但是如果 master 有未提交的 commit,则可能</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="26" x="26" y="239.1484">产生</text><text fill="#FF0000" font-family="sans-serif" font-size="13" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="26" x="52" y="239.1484">冲突</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="157" x="78" y="239.1484">, 所以不建议使用 pull 命令</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="92" x="333" y="178.8926"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="72" x="343" y="200.4941">获取远程更新</text><polygon fill="#FBFB77" filter="url(#f1)" points="37,281.8906,37,353.1328,313,353.1328,313,291.8906,303,281.8906,37,281.8906" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="37,281.8906,37,353.1328,313,353.1328,313,321.5117,333,317.5117,313,313.5117,313,291.8906,303,281.8906,37,281.8906" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="303" x2="303" y1="281.8906" y2="291.8906"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="303" x2="313" y1="291.8906" y2="291.8906"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="255" x="43" y="299.459">$ git checkout -b issue33 origin/master</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="233" x="43" y="314.7695">如果已经处在 master 分支,可以简写为</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="164" x="43" y="330.0801">$ git checkout -b issue33</text><text fill="#FF0000" font-family="sans-serif" font-size="13" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="61" x="43" y="345.3906">issue分支</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="163" x="104" y="345.3906">的名称应包含该issue的编号</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="92" x="333" y="300.4453"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="72" x="343" y="322.0469">创建新的分支</text><rect fill="#FEFECE" filter="url(#f1)" height="48.2656" style="stroke: #A80036; stroke-width: 1.5;" width="72" x="343" y="388.1328"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="348" x2="348" y1="388.1328" y2="436.3984"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="410" x2="410" y1="388.1328" y2="436.3984"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="48" x="353" y="409.7344">开始编码</text><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="52" x="353" y="423.8672">Coding...</text><polygon fill="#FBFB77" filter="url(#f1)" points="158,1168.9346,158,1194.2451,317,1194.2451,317,1178.9346,307,1168.9346,158,1168.9346" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="158,1168.9346,158,1194.2451,317,1194.2451,317,1186.9346,337,1181.5898,317,1178.9346,317,1178.9346,307,1168.9346,158,1168.9346" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="307" x2="307" y1="1168.9346" y2="1178.9346"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="307" x2="317" y1="1178.9346" y2="1178.9346"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="138" x="164" y="1186.5029">$ git checkout master</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="84" x="337" y="1164.5234"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="64" x="347" y="1186.125">回到master</text><polygon fill="#FBFB77" filter="url(#f1)" points="191,1238.0674,191,1263.3779,337,1263.3779,337,1248.0674,327,1238.0674,191,1238.0674" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="191,1238.0674,191,1263.3779,337,1263.3779,337,1256.0674,357,1250.7227,337,1248.0674,337,1248.0674,327,1238.0674,191,1238.0674" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="327" x2="327" y1="1238.0674" y2="1248.0674"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="327" x2="337" y1="1248.0674" y2="1248.0674"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="125" x="197" y="1255.6357">$ git merge issue33</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="44" x="357" y="1233.6563"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="24" x="367" y="1255.2578">合并</text><polygon fill="#FBFB77" filter="url(#f1)" points="160,1302.7891,160,1358.7207,337,1358.7207,337,1312.7891,327,1302.7891,160,1302.7891" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="160,1302.7891,160,1358.7207,337,1358.7207,337,1334.7549,357,1330.7549,337,1326.7549,337,1312.7891,327,1302.7891,160,1302.7891" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="327" x2="327" y1="1302.7891" y2="1312.7891"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="327" x2="337" y1="1312.7891" y2="1312.7891"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="64" x="166" y="1320.3574">$ git push</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="156" x="166" y="1335.668">推送成功之后,删除分支:</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="149" x="166" y="1350.9785">$ git branch -d issue33</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="44" x="357" y="1313.6885"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="24" x="367" y="1335.29">推送</text><ellipse cx="379" cy="1403.7207" fill="none" filter="url(#f1)" rx="10" ry="10" style="stroke: #000000; stroke-width: 1.0;"/><ellipse cx="379.5" cy="1404.2207" fill="#000000" filter="url(#f1)" rx="6" ry="6" style="stroke: none; stroke-width: 1.0;"/><rect fill="#EEEEEE" height="1344.8926" style="stroke: #EEEEEE; stroke-width: 1.0;" width="386" x="435" y="68.8281"/><text fill="#000000" font-family="sans-serif" font-size="18" lengthAdjust="spacingAndGlyphs" textLength="10" x="623" y="86.2305">II</text><line style="stroke: #000000; stroke-width: 2.0;" x1="435" x2="435" y1="68.8281" y2="1413.7207"/><polygon fill="#FBFB77" filter="url(#f1)" points="591,471.3984,591,542.6406,729,542.6406,729,481.3984,719,471.3984,591,471.3984" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="591,471.3984,591,503.0195,571,507.0195,591,511.0195,591,542.6406,729,542.6406,729,481.3984,719,471.3984,591,471.3984" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="719" x2="719" y1="471.3984" y2="481.3984"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="719" x2="729" y1="481.3984" y2="481.3984"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="91" x="597" y="488.9668">添加指定的文件</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="96" x="597" y="504.2773">$ git add file33</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="117" x="597" y="519.5879">或者,添加所有文件</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="64" x="597" y="534.8984">$ git add .</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="124" x="447" y="489.9531"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="104" x="457" y="511.5547">编码结束, 准备提交</text><polygon fill="#FBFB77" filter="url(#f1)" points="551,577.6406,551,664.1934,757,664.1934,757,587.6406,747,577.6406,551,577.6406" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="551,577.6406,551,616.917,531,620.917,551,624.917,551,664.1934,757,664.1934,757,587.6406,747,577.6406,551,577.6406" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="747" x2="747" y1="577.6406" y2="587.6406"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="747" x2="757" y1="587.6406" y2="587.6406"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="167" x="557" y="595.209">$ git commit -m '提交说明'</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="176" x="557" y="610.5195">1. 说明文字应简明准确,例如:</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="130" x="557" y="625.8301">修复了xx问题 fix #33</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="130" x="557" y="641.1406">新增了xx功能 fix #33</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="146" x="557" y="656.4512">2. 尽量确保每一次提交的</text><text fill="#FF0000" font-family="sans-serif" font-size="13" font-weight="bold" lengthAdjust="spacingAndGlyphs" textLength="39" x="703" y="656.4512">原子性</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="44" x="487" y="603.8506"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="24" x="497" y="625.4521">提交</text><polygon fill="#FBFB77" filter="url(#f1)" points="587,710.6709,587,735.9814,732,735.9814,732,720.6709,722,710.6709,587,710.6709" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="587,710.6709,587,719.3262,567,723.3262,587,727.3262,587,735.9814,732,735.9814,732,720.6709,722,710.6709,587,710.6709" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="722" x2="722" y1="710.6709" y2="720.6709"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="722" x2="732" y1="720.6709" y2="720.6709"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="124" x="593" y="728.2393">$ git remote update</text><rect fill="#FEFECE" filter="url(#f1)" height="48.2656" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="116" x="451" y="699.1934"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="96" x="461" y="720.7949">再次获取远程更新</text><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="92" x="461" y="734.9277">(注意控制台输出)</text><polygon fill="#FEFECE" filter="url(#f1)" points="476,782.459,542,782.459,554,794.459,542,806.459,476,806.459,464,794.459,476,782.459" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="66" x="476" y="798.6162">是否有更新?</text><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="11" x="453" y="792.1387">否</text><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="11" x="554" y="792.1387">是</text><polygon fill="#FBFB77" filter="url(#f1)" points="623,832.4701,623,857.7807,797,857.7807,797,842.4701,787,832.4701,623,832.4701" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="623,832.4701,623,841.1254,603,845.1254,623,849.1254,623,857.7807,797,857.7807,797,842.4701,787,832.4701,623,832.4701" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="787" x2="787" y1="832.4701" y2="842.4701"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="787" x2="797" y1="842.4701" y2="842.4701"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="153" x="629" y="850.0385">git rebase origin/master</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" rx="12.5" ry="12.5" style="stroke: #A80036; stroke-width: 1.5;" width="68" x="535" y="828.059"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="48" x="545" y="849.6605">应用更新</text><polygon fill="#FBFB77" filter="url(#f1)" points="623,969.1918,623,1025.1234,795,1025.1234,795,979.1918,785,969.1918,623,969.1918" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#FBFB77" points="623,969.1918,623,993.1576,603,997.1576,623,1001.1576,623,1025.1234,795,1025.1234,795,979.1918,785,969.1918,623,969.1918" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="785" x2="785" y1="969.1918" y2="979.1918"/><line style="stroke: #A80036; stroke-width: 1.0;" x1="785" x2="795" y1="979.1918" y2="979.1918"/><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="151" x="629" y="986.7602">修改所有冲突的文件, 然后</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="64" x="629" y="1002.0707">$ git add .</text><text fill="#000000" font-family="sans-serif" font-size="13" lengthAdjust="spacingAndGlyphs" textLength="149" x="629" y="1017.3813">$ git rebase --continue</text><rect fill="#FEFECE" filter="url(#f1)" height="34.1328" style="stroke: #A80036; stroke-width: 1.5;" width="68" x="535" y="980.0912"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="540" x2="540" y1="980.0912" y2="1014.224"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="598" x2="598" y1="980.0912" y2="1014.224"/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="48" x="545" y="1001.6928">解决冲突</text><polygon fill="#FEFECE" filter="url(#f1)" points="544.5,897.1918,593.5,897.1918,605.5,909.1918,593.5,921.1918,544.5,921.1918,532.5,909.1918,544.5,897.1918" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="11" x="573" y="931.8266">是</text><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="49" x="544.5" y="913.349">是否冲突?</text><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="11" x="521.5" y="906.8715">否</text><polygon fill="#FEFECE" filter="url(#f1)" points="509,1105.5234,521,1117.5234,509,1129.5234,497,1117.5234,509,1105.5234" style="stroke: #A80036; stroke-width: 1.5;"/><line style="stroke: #000000; stroke-width: 2.0;" x1="821" x2="821" y1="68.8281" y2="1413.7207"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="110.0273" y2="178.8926"/><polygon fill="#A80036" points="375,168.8926,379,178.8926,383,168.8926,379,172.8926" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="213.0254" y2="300.4453"/><polygon fill="#A80036" points="375,290.4453,379,300.4453,383,290.4453,379,294.4453" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="334.5781" y2="388.1328"/><polygon fill="#A80036" points="375,378.1328,379,388.1328,383,378.1328,379,382.1328" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="1198.6563" y2="1233.6563"/><polygon fill="#A80036" points="375,1223.6563,379,1233.6563,383,1223.6563,379,1227.6563" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="1267.7891" y2="1313.6885"/><polygon fill="#A80036" points="375,1303.6885,379,1313.6885,383,1303.6885,379,1307.6885" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="1347.8213" y2="1393.7207"/><polygon fill="#A80036" points="375,1383.7207,379,1393.7207,383,1383.7207,379,1387.7207" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="509" x2="509" y1="524.0859" y2="603.8506"/><polygon fill="#A80036" points="505,593.8506,509,603.8506,513,593.8506,509,597.8506" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="509" x2="509" y1="637.9834" y2="699.1934"/><polygon fill="#A80036" points="505,689.1934,509,699.1934,513,689.1934,509,693.1934" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="569" x2="569" y1="921.1918" y2="980.0912"/><polygon fill="#A80036" points="565,970.0912,569,980.0912,573,970.0912,569,974.0912" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="569" x2="569" y1="1014.224" y2="1026.224"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="569" x2="807" y1="1026.224" y2="1026.224"/><polygon fill="#A80036" points="803,977.7079,807,967.7079,811,977.7079,807,973.7079" style="stroke: #A80036; stroke-width: 1.5;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="807" x2="807" y1="909.1918" y2="1026.224"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="605.5" x2="807" y1="909.1918" y2="909.1918"/><polygon fill="#A80036" points="615.5,905.1918,605.5,909.1918,615.5,913.1918,611.5,909.1918" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="520.5" x2="532.5" y1="909.1918" y2="909.1918"/><polygon fill="#A80036" points="516.5,981.1576,520.5,991.1576,524.5,981.1576,520.5,985.1576" style="stroke: #A80036; stroke-width: 1.5;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="520.5" x2="520.5" y1="909.1918" y2="1073.1234"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="520.5" x2="569" y1="1073.1234" y2="1073.1234"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="569" x2="569" y1="1073.1234" y2="1117.5234"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="521" x2="569" y1="1117.5234" y2="1117.5234"/><polygon fill="#A80036" points="531,1113.5234,521,1117.5234,531,1121.5234,527,1117.5234" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="569" x2="569" y1="862.1918" y2="897.1918"/><polygon fill="#A80036" points="565,887.1918,569,897.1918,573,887.1918,569,891.1918" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="449" x2="464" y1="794.459" y2="794.459"/><polygon fill="#A80036" points="445,945.9912,449,955.9912,453,945.9912,449,949.9912" style="stroke: #A80036; stroke-width: 1.5;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="449" x2="449" y1="794.459" y2="1117.5234"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="449" x2="497" y1="1117.5234" y2="1117.5234"/><polygon fill="#A80036" points="487,1113.5234,497,1117.5234,487,1121.5234,491,1117.5234" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="554" x2="569" y1="794.459" y2="794.459"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="569" x2="569" y1="794.459" y2="828.059"/><polygon fill="#A80036" points="565,818.059,569,828.059,573,818.059,569,822.059" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="509" x2="509" y1="747.459" y2="782.459"/><polygon fill="#A80036" points="505,772.459,509,782.459,513,772.459,509,776.459" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="436.3984" y2="463.1758"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="509" y1="463.1758" y2="463.1758"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="509" x2="509" y1="463.1758" y2="489.9531"/><polygon fill="#A80036" points="505,479.9531,509,489.9531,513,479.9531,509,483.9531" style="stroke: #A80036; stroke-width: 1.0;"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="509" x2="509" y1="1129.5234" y2="1147.0234"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="509" y1="1147.0234" y2="1147.0234"/><line style="stroke: #A80036; stroke-width: 1.5;" x1="379" x2="379" y1="1147.0234" y2="1164.5234"/><polygon fill="#A80036" points="375,1154.5234,379,1164.5234,383,1154.5234,379,1158.5234" style="stroke: #A80036; stroke-width: 1.0;"/></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment