Skip to content

History / Rebasing Git for Windows

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Mar 18, 2025
  • Revert 6bc375d65c6983672ad577f16d309e20efe537f2...f78f47bf7d63af2da82289a36e67cfaeec6e5b11

    @rimrul rimrul committed Nov 25, 2021
  • Updated Rebasing Git for Windows (markdown)

    @immki immki committed Nov 25, 2021
  • Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Dec 19, 2020
  • Adjust for the currently-used main branch name Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Jun 17, 2020
  • Touch up the "Starting the rebase" section, and add a "range-diff" one.

    @dscho dscho committed Jun 4, 2019
  • Updated Rebasing Git for Windows (markdown)

    Philip Oakley committed Apr 5, 2019
  • annded link to 'Merge Conflicts Resolving and Remembering them'

    Philip Oakley committed Apr 5, 2019
  • added extra checks for $BASE and suggested readers look at range-diff

    Philip Oakley committed Apr 4, 2019
  • extra comment for second pass (use pull), and for local tests.

    Philip Oakley committed Apr 2, 2019
  • Use the new homepage consistently We now use the domain gitforwindows.org, which is much easier to remember and quicker to type. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Feb 12, 2018
  • Initial release of wiki page

    nalla committed Mar 30, 2015