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

Wiki Page Revisions

7 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
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
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
39831351f0 Add the valuable hint that Git's source code needs to be checked out with Unix line endings to be compiled inside Vagrant 2015-09-24 16:49:11 +02:00
Johannes Schindelin
1f3f96205b Illustrate an alternative to installing the full Git SDK 2015-09-03 10:27:51 +02:00
dscho
20f48ea73d Initial copy-edit of https://github.com/msysgit/msysgit/wiki/Vagrant 2015-05-25 11:30:17 +02:00