Skip to content

History / Making a portable Git

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
  • Adjust for the currently-used main branch name Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Jun 17, 2020
  • 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
  • Update make commands for documentation updates (missing git-subtree.html file)

    @jankatins jankatins committed Jan 6, 2016
  • Mention how to upgrade all packages, add a caveat about the "tricky to update" packages

    @dscho dscho committed Apr 7, 2015
  • Give people an idea where to start when they want to contribute

    @dscho dscho committed Apr 6, 2015