如何获取git提交信息

Git 

常见git命令使用

WebGit 

基本配置1、配置git ssh秘钥ssh-keygen -t rsa -C "youremail@example.com" 2、设置个人信息git config --global user.name "your name"git config --globa