Auto launching ssh agent when git starts
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

8 Commits

Author SHA1 Message Date
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
6e16b01987 There is not actually any "th" sound in "GitHub" 2022-07-13 12:23:43 +02:00
Johannes Schindelin
ca955c8fd2 Fix whitespace issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-19 15:20:04 +01:00
Todd Weed Partridge
c191fc4f6c Added ssh-add file path as I had an instance where it was necessary (probably better to be safe and define it rather than let it assume). 2016-04-19 11:51:53 -04:00
Todd Weed Partridge
668bf49797 Added manual method for `stat-ssh-agent.cmd` not present 2016-02-15 10:36:41 -05:00
Jan Schulz
8e33243389 minor typo corrections 2016-01-11 22:40:59 +01:00
Jan Schulz
2ed9536a0f Update to new start-ssh-agent script 2016-01-11 22:40:15 +01:00
Ciaran Jessup
8e5d9ac6c9 Created Auto launching ssh-agent when git starts (markdown) 2015-06-16 09:07:38 +01:00