在脚本中有用的git命令

在命令行显示当前commit hash

1
git rev-parse HEAD

在命令行显示当前branch

1
git rev-parse --abbrev-ref HEAD