Remove duplicate content from posts

This commit is contained in:
Oliver Davies 2018-02-27 21:36:41 +00:00
parent 4f281e4b88
commit c5b6d51e37
37 changed files with 13 additions and 102 deletions

View file

@ -9,7 +9,7 @@ Here are some bash aliases that I use and find helpful for quickly writing Git a
{% endblock %}
{% block content %}
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:
These should be placed within your `~/.bashrc` or `~/.bash_profile` file:
```language-bash
alias gi="git init"