File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
18
18
- [ Contributing Guidelines] ( #contributing-guidelines )
19
19
- [ Syntax Highlighting in Markdown Files] ( #syntax-highlighting-in-markdown-files )
20
20
- [ Commit History by Author] ( #commit-history-by-author )
21
- - [ Empty Commits] ( #empty-commits )
21
+ - [ Empty Commits :trollface: ] ( #empty-commits-trollface )
22
22
- [ Comparing Branches] ( #comparing-branches )
23
23
- [ Line Highlighting in Repos] ( #line-highlighting-in-repos )
24
24
- [ Metadata and Plugin Support for GitHub Pages] ( #metadata-and-plugin-support-for-github-pages )
@@ -259,9 +259,9 @@ https://github.com/rails/rails/commits/master?author=dhh
259
259
260
260
[ * Read more about the differences between commits views.* ] ( https://help.github.com/articles/differences-between-commit-views )
261
261
262
- ## Empty Commits
262
+ ## Empty Commits :trollface:
263
263
264
- Commits can be pushed with no code changes by adding ` --allow-empty ` — :trollface: :
264
+ Commits can be pushed with no code changes by adding ` --allow-empty ` :
265
265
266
266
``` bash
267
267
$ git commit -m " Big-ass commit" --allow-empty
You can’t perform that action at this time.
0 commit comments