Skip to content

Instantly share code, notes, and snippets.

@tobyontour
Created April 22, 2016 14:39
Show Gist options
  • Select an option

  • Save tobyontour/7723e3d4fe280e3e1d63b8f536ff2172 to your computer and use it in GitHub Desktop.

Select an option

Save tobyontour/7723e3d4fe280e3e1d63b8f536ff2172 to your computer and use it in GitHub Desktop.
#!/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