File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
53
53
- [ Previous Branch] ( #previous-branch )
54
54
- [ Stripspace] ( #stripspace )
55
55
- [ Checking out Pull Requests] ( #checking-out-pull-requests )
56
- - [ Empty Commits :trollface: ] ( #empty-commits-trollface )
56
+ - [ Empty Commits] ( #empty-commits )
57
57
- [ Styled Git Status] ( #styled-git-status )
58
58
- [ Styled Git Log] ( #styled-git-log )
59
59
- [ Git Query] ( #git-query )
@@ -692,7 +692,7 @@ git checkout pr/42
692
692
693
693
[ * Read more about checking out pull requests locally.* ] ( https://help.github.com/articles/checking-out-pull-requests-locally )
694
694
695
- ### Empty Commits :trollface:
695
+ ### Empty Commits
696
696
Commits can be pushed with no code changes by adding ` --allow-empty ` :
697
697
698
698
``` bash
You can’t perform that action at this time.
0 commit comments