Fix excerpts on blog posts

This commit is contained in:
Oliver Davies 2018-12-31 12:13:05 +00:00
parent 429c373db7
commit ff9f0a7b0b
124 changed files with 187 additions and 604 deletions

View file

@ -1,14 +1,11 @@
---
title: Some Useful Git Aliases
excerpt: Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.
tags:
- git
use: [posts]
---
{% block excerpt %}
Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.
{% endblock %}
{% block content %}
These should be placed within your `~/.bashrc` or `~/.bash_profile` file:
```language-bash
@ -32,4 +29,3 @@ alias gff="git flow feature"
alias gfr="git flow release"
alias gfh="git flow hotfix"
```
{% endblock %}