chore: format and clean up tags

This commit is contained in:
Cory Dransfeldt 2023-04-14 20:27:45 -07:00
parent cb0573ae2d
commit 5d1e198140
No known key found for this signature in database
64 changed files with 76 additions and 76 deletions

View file

@ -2,12 +2,12 @@
date: '2017-08-13'
draft: false
title: Updating to the latest version of git on Ubuntu
tags: ['development', 'git', 'linux', 'ubuntu']
tags: ['development', 'Git', 'Linux', 'Ubuntu']
---
If you're using git on Ubuntu, the version distributed via apt may not be the newest version of git (I use git to deploy changes on all of the sites I manage).<!-- excerpt --> You can install the latest stable version of git provided by the maintainers as follows:
```
```bash
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
```