1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-11 02:14:04 +02:00

Remove :trollface: as it doesn't work

This commit is contained in:
Rafal Chmiel
2015-02-18 22:21:41 +00:00
parent a3b6dc43ba
commit ea4fc8580d

View File

@@ -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