githubtraining / githubtraining/training-manual

Add Git upgrade instructions

Open
#299 0 comments 0 reactions 1 assignee Claimed by @parkerbxyz View on GitHub
enhancement
Dominant language
Shell
Stars
340
Forks
375
PR merge metrics
No merged PRs in 30d

Description

We should include environment-specific instructions for upgrading to the latest version of Git.

### macOS

```sh
brew upgrade git
```

**Note:** Requires [Homebrew](https://brew.sh/).

### Windows

https://stackoverflow.com/a/48924212

### Windows Subsystem for Linux (WSL)

```bash
sudo apt-get install git
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.