Created
April 22, 2016 14:39
-
-
Save tobyontour/7723e3d4fe280e3e1d63b8f536ff2172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| branch=`git branch |egrep "^\*" |tr -d '* '` | |
| msg=`git log |head -n 5 |tail -n 1` | |
| echo "`date` $branch $msg" >>~/gitlog.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment