From ea4fc8580d059b3cea44022e374e8267852cd232 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 18 Feb 2015 22:21:41 +0000 Subject: [PATCH] Remove :trollface: as it doesn't work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da0195..97029b7 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c - [Previous Branch](#previous-branch) - [Stripspace](#stripspace) - [Checking out Pull Requests](#checking-out-pull-requests) - - [Empty Commits :trollface:](#empty-commits-trollface) + - [Empty Commits](#empty-commits) - [Styled Git Status](#styled-git-status) - [Styled Git Log](#styled-git-log) - [Git Query](#git-query) @@ -692,7 +692,7 @@ git checkout pr/42 [*Read more about checking out pull requests locally.*](https://help.github.com/articles/checking-out-pull-requests-locally) -### Empty Commits :trollface: +### Empty Commits Commits can be pushed with no code changes by adding `--allow-empty`: ```bash