Updating your SDK
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

32 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
849fba1925 Merge remote-tracking branch 'origin/update-git-extra-docs'
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-02-15 00:49:17 +01:00
Parker Mauney
8b48b28545 Fix malformed repository links 2023-01-09 10:33:01 -05:00
Dennis Ameling
2ba8cbf8ef wiki: rename git-extra to mingw-w64-git-extra
In a recent commit, we started publishing the mingw-w64-git-extra
package in addition to git-extra. We intend to completely remove the old
git-extra package over time, but let's start using the new
mingw-w64-git-extra prefix now. More background on this change can be
found in the attached commit.

Ref: 3f26b1b0ca
Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
2022-12-27 23:17:00 +01:00
Philip Oakley
88a05e23fd Detail an 'in-place method for retaining existing git repos, while re-installing the SDK 2021-11-02 18:27:37 +00:00
Matthias Aßhauer
e2f09d84c7 Revert 5aba1208f2a900b5f539d3507df3d7a93a9475cb...4449936fb80b8ece0a02b2219f43fa28a29c131e 2021-08-27 05:45:45 +02:00
David Bruchmann
4449936fb8 Updated Updating your SDK (markdown) 2021-08-27 04:23:54 +07:00
David Bruchmann
08ad44024f add method to the update section 2021-08-27 04:23:03 +07:00
Johannes Schindelin
ca955c8fd2 Fix whitespace issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-19 15:20:04 +01:00
Johannes Schindelin
b2f4a75dee Use links referring to the default branch in a generic way
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-06-17 21:43:37 +02:00
Philip Oakley
6eb897b655 extra notes on the .bat update process 2020-06-13 20:37:20 +01:00
Philip Oakley
0e98afe495 Expand and clarify the review of the updates when the batch file is run. 2020-05-12 16:30:12 +01:00
David Macek
6f09d13280 Fix typo 2020-04-19 16:22:03 +02:00
Philip Oakley
c5b343a520 Updated Updating your SDK (markdown) 2020-03-08 13:46:16 +00:00
Johannes Schindelin
5a632e7041 Use MSYS2 instead of Msys2
There seems to be a strong preference by the MSYS2 project to have it in
all-capital letters.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-11-06 20:50:39 +01:00
Steve Lee
2f12cff048 Tweak 2019-03-16 21:43:07 +00:00
Steve Lee
34a8ab03b0 Cleaned up 2019-03-16 21:37:13 +00:00
Philip Oakley
7210fb71cd `update-core` script has been retired, see https://github.com/msys2/MSYS2-packages/issues/524 2019-02-21 23:21:28 +00:00
Philip Oakley
d41361dc71 Updated Updating your SDK (markdown) 2017-04-22 18:23:47 +01:00
Johannes Schindelin
e1b4a8afeb Update the SDK link (pointed out by Ben Peart) 2016-11-11 16:55:29 +01:00
Johannes Schindelin
af7c6c8e6f Use the preferred spelling of the MSYS2 project
While it does not make sense to pretend that the project name is a
four-letter acronym (it really stands for "Minimal System"), it is
definitely not worth an issue to fight over. We have much bigger fish
to fry.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-01-20 07:23:35 +01:00
Johannes Schindelin
683c4b7662 Clarify that the idea is to install *everything* via packages 2015-09-23 23:01:40 +02:00
Johannes Schindelin
d573090c71 Spell out the commands of the alternative method 2015-09-23 22:59:23 +02:00
Johannes Schindelin
aca099c5d7 Link to the setup-git-sdk script 2015-09-23 22:43:30 +02:00
Johannes Schindelin
23ed34fba1 Link directly to the first release candidate 2015-09-23 22:38:49 +02:00
Philip Oakley
6edf41e24a added link to the core-update script source 2015-09-21 21:25:20 +01:00
Philip Oakley
f59a1e76f0 added link to the setup-git-sdk.bat and noted that it offers comments which illuminate what is going on. 2015-09-21 20:31:46 +01:00
마누엘
e617133d62 clarified update-core call 2015-09-21 17:06:08 +02:00
마누엘
7611635eb8 Added call to update-core 2015-09-21 16:58:27 +02:00
Philip Oakley
2adbabde22 Added Msys2 links to complete the initial set of links. 2015-09-20 21:38:53 +01:00
Philip Oakley
029982cb75 Extra links to the G4W package management page and the ArchLinux pages 2015-09-20 21:36:23 +01:00
Philip Oakley
09fdb2d6b1 Create an initial page directly from dscho's notes. Clarifications for lesser mortals can be added later (especially the catch-22 of knowing " if this wants to update the msys2-runtime...") 2015-09-20 15:18:11 +01:00