Skip to content

History / Using an external OpenSSH client

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
  • typo

    @dymil dymil committed May 4, 2022
  • Slight correction to wording

    @Sophismata Sophismata committed Oct 5, 2021
  • Updated to provide more specific instructions and correct some wording.

    @Sophismata Sophismata committed Oct 5, 2021
  • Created article. It provides a brief overview & explains how to configure Git For Windows to use an external OpenSSH client.

    @Sophismata Sophismata committed Oct 5, 2021