Skip to content

Instantly share code, notes, and snippets.

@huangblue
Created August 22, 2016 01:14
Show Gist options
  • Save huangblue/9fa4fbaa56cf2f8c7f2fdbf5a4a1e0ee to your computer and use it in GitHub Desktop.
Save huangblue/9fa4fbaa56cf2f8c7f2fdbf5a4a1e0ee to your computer and use it in GitHub Desktop.
带-m参数的git commit命令,不弹出文本编辑器
git commit -m 'initial commit'
它会使用后面参数指定的文字。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment