githubtraining / githubtraining/training-manual
Add Git upgrade instructions
Open
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
Assessment
This issue has not been assessed yet.