Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github 我提交的这些图标是什么_Github_Github For Windows - Fatal编程技术网

Github 我提交的这些图标是什么

Github 我提交的这些图标是什么,github,github-for-windows,Github,Github For Windows,我最近开始从事这个项目,并使用Github for Windows提交和推动它 但是,如果您查看.gitignore,提交旁边会有一个:camel:和一个:boom:图标。这些有什么用吗?它们似乎是由Github for Windows自动生成的。如何将这些图标添加到我自己的提交中,以及还有哪些其他图标 编辑 在github周围闲逛时,我发现这些是emoji的(),并且github的标记语法支持它们。尽管如此,我还是想知道为什么Github for Windows会将这些放在.gitignore

我最近开始从事这个项目,并使用Github for Windows提交和推动它

但是,如果您查看
.gitignore
,提交旁边会有一个
:camel:
和一个
:boom:
图标。这些有什么用吗?它们似乎是由Github for Windows自动生成的。如何将这些图标添加到我自己的提交中,以及还有哪些其他图标

编辑


在github周围闲逛时,我发现这些是emoji的(),并且github的标记语法支持它们。尽管如此,我还是想知道为什么Github for Windows会将这些放在
.gitignore
提交中。

这可能是由于一些过分热心的行为造成的,这是Github for Windows的一项功能(当您键入“
”):


(如文章“”所示,它实际上利用了提交消息中的表情符号)

要删除的解决方案是什么?txs@SQLDBA我想,只要编辑提交消息就行了。