git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Abhishek Kumar <abhishekkumar8222@gmail.com>
To: Anthony Byrnes <byrnes.anthony@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: newbie question - how to upgrade older existing git version 2.9.3.windows.1 to latest release
Date: Wed, 6 May 2020 09:29:28 +0530	[thread overview]
Message-ID: <20200506035928.GA5115@Abhishek-Arch> (raw)
In-Reply-To: <CAAULzeKqsx=ajDQ3y7F=UXUok1ep9PFkEeh0ZL34+765WQ9xvg@mail.gmail.com>

Hello!

On Wed, May 06, 2020 at 02:51:06PM +1200, Anthony Byrnes wrote:

> hi,
> 
> I have a working git version 2.9.3.windows.1 on a build server.
> 
> What is the correct/recommended way to upgrade to latest release
> without breaking any git settings?
> I am very scared of breaking any settings ....
> 

From the Git for Windows FAQ [1]:
---
How do I update Git for Windows upon new releases?

This depends on how you installed Git for Windows. The bundle
installation requires you to download and install the new version. Any
customizations you made will be kept as long as you did so in the
appropriate configuration folders.

For advanced users working with the Git for Windows SDK pacman is
available as a package manager. See Package management
---

In principle, you could uninstall Git for Windows and re-install it
with the bundler [2] and your git settings should be safe.

[1]: https://github.com/git-for-windows/git/wiki/FAQ#how-do-i-update-git-for-windows-upon-new-releases
[2]: https://git-scm.com/download/win

> Git downloads page implies this might work, but I am unsure as to what
> this does....
> 
> 
> Git via Git
> If you already have Git installed, you can get the latest development
> version via Git itself:
> git clone https://github.com/git/git
> 

This installs the *development* version of Git. It's primarily intended
for developers who want to contribute to Git (either through writing
code, documentation, testing, packaging, etc).

As you use Git as an end user, I would recommend installing through the
bundler.

> 
> -- 
> Hello World

Regards
Abhishek

      reply	other threads:[~2020-05-06  4:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06  2:51 newbie question - how to upgrade older existing git version 2.9.3.windows.1 to latest release Anthony Byrnes
2020-05-06  3:59 ` Abhishek Kumar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200506035928.GA5115@Abhishek-Arch \
    --to=abhishekkumar8222@gmail.com \
    --cc=CAAULzeKqsx=ajDQ3y7F=UXUok1ep9PFkEeh0ZL34+765WQ9xvg@mail.gmail.com \
    --cc=byrnes.anthony@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).