Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -1,11 +1,15 @@
---
title: Some Useful Git Aliases
date: 2014-01-15
excerpt: Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.
excerpt:
Here are some bash aliases that I use and find helpful for quickly writing Git
and Git Flow commands.
tags:
- git
---
Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.
Here are some bash aliases that I use and find helpful for quickly writing Git
and Git Flow commands.
These should be placed within your `~/.bashrc` or `~/.bash_profile` file: