We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 <[email protected]>
Add missing mingw64/
Note that the guide should be read completely first
Mention steps to fix DLL issues; merge all notes into one section as the topics overlap a lot
Updated Install inside MSYS2 proper (markdown)
Added more fat warnings.
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: https://github.com/git-for-windows/build-extra/commit/3f26b1b0ca8bed41124b893783afc848fbbd94f6 Signed-off-by: Dennis Ameling <[email protected]>
I met an signature not trust error later without these patch. see https://github.com/msys2/MSYS2-packages/issues/2397
Git Credential Manager for Windows is no longer being maintained. The cross-platform Git Credential Manager Core (GCM Core) is the official replacement.
Add how to get `git help` work with man pages
Add mention of the git-credential-manager package
Let's talk about git-extra
Explain downgraded packages better
Run Git from outside the shells
Note that msys2-runtime can be kept
Streamline steps
Remove explicit mingw-w64-x86_64-curl installation, it's a dependency
reverting previous edit, was based on wrong assumption. sorry..
in #7: git-extra doesn't seem to exist, probably git-extras was intended
Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>
Mention a work-around for broken git-add--interactive
Provide support for the installation steps
Fix indentation of step 2
Change `-u` to `-uu` to enable downgrades