Reference: http://zerodie.github.io/blog/2012/01/19/git-rebase-i/
Convert git log from
a 49687a0a646954afdf3f4dae1f914ea793341ea2
b1
b2 <== newest
to (combine b1 and b2 to a single b commit)
Reference: http://zerodie.github.io/blog/2012/01/19/git-rebase-i/
Convert git log from
a 49687a0a646954afdf3f4dae1f914ea793341ea2
b1
b2 <== newest
to (combine b1 and b2 to a single b commit)
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.br branch
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
🍎 Note: all the following commands assume that the above aliases have been set
=mod( REGEXEXTRACT(text(indirect(address(row(), column())), "yyyy-mm-dd"),"\d+\-(\d+)-\d+"),2) |