#!/bin/bash IFS=$'\n' #conf start commid id startCommitId=030cd2bf4e3694fe3a3b6f069556c4ea91a9858d lastCommitId="123" for log in $(git log --pretty=oneline) do commitId=${log:0:40} desc=${log:41} #echo "commitId:${commitId} desc:${desc}&quo
目录 2nd Edition (2014) Switch to 1st Edition Download Ebook The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share