<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Yes, you can. In this case your commit
      will be put as last commit after existing commits and your commit
      will receive new commit ID.<br>
      <br>
      Few other points:<br>
      - If there is some conflict during rebase, the command "git rebase
      upstream/master" will fail and it will show you which files are
      conflicting. So in this case you need to manually resolve
      conflicts like:<br>
      git add some/path/ConflictingFile.java<br>
      git rebase --continue<br>
      <br>
      - For the case you already pushed to github and then you rebased,
      the commit numbers of your commits won't match, so you need to do:<br>
      git push origin master --force<br>
      <br>
      Marek<br>
      <br>
      <br>
      On 29/02/16 17:22, Bill Burke wrote:<br>
    </div>
    <blockquote cite="mid:56D47062.1000905@redhat.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      can you do that after you've committed your local repo without
      screwing anything?<br>
      <br>
      <div class="moz-cite-prefix">On 2/29/2016 10:23 AM, Stian
        Thorgersen wrote:<br>
      </div>
      <blockquote
cite="mid:CAJgngAemh3Cz606OiEzp9r25trezGe-352oQZK6mXmPSn8KUzw@mail.gmail.com"
        type="cite">
        <div dir="ltr">I just do:
          <div><br>
          </div>
          <div>git fetch upstream</div>
          <div>git rebase upstream/master</div>
          <div><br>
          </div>
          <div>And that's it</div>
        </div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On 29 February 2016 at 15:54, Bill
            Burke <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">How you
              guys do this?  I did a rebase -i and squashed everything
              but the<br>
              PR contained diffs of merged files and not just my
              changes.<br>
              <span class="HOEnZb"><font color="#888888"><br>
                  --<br>
                  Bill Burke<br>
                  JBoss, a division of Red Hat<br>
                  <a moz-do-not-send="true"
                    href="http://bill.burkecentral.com" rel="noreferrer"
                    target="_blank">http://bill.burkecentral.com</a><br>
                  <br>
                  _______________________________________________<br>
                  keycloak-dev mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
                  <a moz-do-not-send="true"
                    href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
                    rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
                </font></span></blockquote>
          </div>
          <br>
        </div>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Bill Burke
JBoss, a division of Red Hat
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://bill.burkecentral.com">http://bill.burkecentral.com</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>