smaller image - online edit of handbook/computing/qstart-git.html

This commit is contained in:
Philip Sargent 2022-07-23 13:04:54 +01:00
parent 11673c6e82
commit 7097fab9a2

@ -46,7 +46,7 @@ than
when you have a local change and there are changes on the server. The rebase command
gives a nice linear log rather than trivial merges.
<p>See nice explanantion at <a href="">Merging vs. Rebasing</a>: "The git rebase command has a reputation for being magical Git voodoo that beginners should stay away from, but it can actually make life much easier for a team.."
<img class="onright" src="https://wac-cdn.atlassian.com/dam/jcr:1523084b-d05a-4f5a-bd1a-01866ec09ca3/01%20A%20forked%20commit%20history.svg?cdnVersion=447">
<img class="onright" widgt=45% src="https://wac-cdn.atlassian.com/dam/jcr:1523084b-d05a-4f5a-bd1a-01866ec09ca3/01%20A%20forked%20commit%20history.svg?cdnVersion=447">
<p>In VS code there is a "Pull (rebase)" command accessed from the "Push, Pull" option in the pull-down menu "..." in the SOURCE CONTROL window. Use that instead of the "Pull" option which is more obvious.
<h3>Using git</h3>