<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> schrieb am Do., 28. Feb. 2019, 15:37:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Feb 28, 2019, at 1:51 AM, Sven Barth via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank" rel="noreferrer">fpc-pascal@lists.freepascal.org</a>> wrote:<br>
> <br>
> Yes, though the first step should probably be to rework your commits. It's a bit of work, but that way you can nicely restructure your commit history,get rid of unintended changes(1) and maybe group the changes by functional topic or so...<br>
> <br>
> (1) I don't remember whether it was this branch or another, but one had unintended and unrelated changes in indentation that you should get rid of.<br>
> <br>
<br>
What do you mean rework the commits? I tried using "git rebase -i” but I have no idea what the terminal wants me to do. I can’t even cancel or anything, just beeping at me.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It should show an editor (vi, Nano, etc) showing the commits of your branch. If it doesn't your git isn't configured correctly. </div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As for the intention, again I couldn’t figure out what git was seeing. Maybe if I squish the commits into one they’ll go away.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You should be able to see them using "git diff" when you rework the commits. You could simply stage the required changes and then simply drop the rest.</div><div dir="auto"><br></div><div dir="auto">Alternatively you could add your changes simply to a new branch in the correct order and without unrelated changes... </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div>