Technical overview
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

15 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
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
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
999817d91c Adjust for the currently-used main branch name
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-06-17 21:46:28 +02: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
Johannes Schindelin
e24a1f901e Add an introductory summary 2020-01-30 14:01:19 +01:00
inspector71
8247c1b147 Improve opening paragraph 2019-09-09 02:50:01 +00:00
Sheryl Hohman
1c80776c0a link to the anchor mentioned 2019-07-23 11:18:30 -07:00
Sheryl Hohman
fd7e5b0acf minor typos/grammar (eg missing word: `be`) 2019-07-23 11:15:59 -07:00
Antoine W. Campagna
29540e7191 sdk command to initialize the repository is called init and not install 2018-06-14 10:41:12 -04:00
Kim Sullivan
097b79b179 Added step to fetch latest sources as per https://github.com/git-for-windows/git/issues/1660 2018-05-03 07:46:28 +02:00
Kim Sullivan
83771f3904 clarify the installer has to be explicitly run as administrator 2018-05-02 15:23:08 +02:00
Johannes Schindelin
9786dc0b7f Use the new homepage consistently
We now use the domain gitforwindows.org, which is much easier to
remember and quicker to type.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-02-12 11:08:44 +01:00
Johannes Schindelin
0799f2f0ec Clarify how to get the Git for Windows SDK shell back 2016-11-25 11:37:48 +01:00
Johannes Schindelin
76c49b9f8a Rename page so it can be checked out on NTFS
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-01-11 10:13:08 +01:00