Created
August 22, 2016 01:14
-
-
Save huangblue/9fa4fbaa56cf2f8c7f2fdbf5a4a1e0ee to your computer and use it in GitHub Desktop.
带-m参数的git commit命令,不弹出文本编辑器
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git commit -m 'initial commit' | |
它会使用后面参数指定的文字。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment