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 |
|
Axel D
|
f692f1c4f6
|
Updated Mapping between Git Installer GUI Settings And Command Line Arguments (markdown)
|
2023-11-06 13:47:22 +01:00 |
|
Axel D
|
894b91a0fe
|
Updated Mapping between Git Installer GUI Settings And Command Line Arguments (markdown)
|
2023-11-03 15:02:06 +01:00 |
|
Axel D
|
c1e17b69da
|
Updated Mapping between Git Installer GUI Settings And Command Line Arguments (markdown)
|
2023-11-03 15:02:06 +01:00 |
|
Axel D
|
dd0393ecf6
|
Updated Mapping between Git Installer GUI Settings And Command Line Arguments (markdown)
|
2023-11-03 15:02:05 +01:00 |
|
Axel D
|
61d258cd84
|
Page created explaining the mapping between Git Installer GUI settings panels and command line arguments.
|
2023-11-03 15:02:05 +01:00 |
|