<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi,</div>
<div><br>
</div>
<div>If I'm following the branchy workflow I would do something like:</div>
<div><br>
</div>
<div>git checkout –b my_branch origin/master</div>
<div>Do stuff</div>
<div>git stage-push</div>
<div>git stage-merge</div>
<div><br>
</div>
<div>Is the equivalent for pvvtk to say:</div>
<div><br>
</div>
<div>git checkout –b my_branch pvvtk/master</div>
<div>Do stuff</div>
<div>git pvvtk-push</div>
<div>git pvvtk-merge-next</div>
<div><br>
</div>
<div>?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Nathan.</div>
</body>
</html>