Git 使用进阶

1. git commit 更新时间

git commit --amend --date="$(date -R)"

2. git 使用 模板 

git config --global commit.template xxx/template

xxx/templete 是一个目录下的文件

eg:

                                                                                                                                                                                                                                                                                   

Jira-Id:


 

猜你喜欢

转载自blog.csdn.net/u013377887/article/details/108491419