Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue