Git wrapper
Johannes Schindelin edited this page 2025-03-19 17:06:37 +01:00
Clone

Wiki Page Revisions

3 Commits

Author SHA1 Message Date
Johannes Schindelin
69bf30c8b5 I found another deep link 2025-03-19 17:06:37 +01:00
Johannes Schindelin
1854c70bf9 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 <johannes.schindelin@gmx.de>
2025-03-18 11:19:20 +01:00
Johannes Schindelin
9faaa4cb7a Rename the ``The "Git-wrapper"´´ page
This is the second of the two pages that currently prevent the
repository from being checked out on Windows.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-18 16:20:13 +01:00