Skip to content

Instantly share code, notes, and snippets.

@TechplexEngineer
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save TechplexEngineer/ca50f8a4a19567cd1e12 to your computer and use it in GitHub Desktop.

Select an option

Save TechplexEngineer/ca50f8a4a19567cd1e12 to your computer and use it in GitHub Desktop.
Git log for Progress Report -- Without commit hash

Easily print and manage senior project git logs and code

[user]
name =
email =
[alias]
pr = "!git log --format=\"Author: %an%nDate: %ad%n%n %s%n\""
#!/bin/bash
enscript -T 4 --header='$n|Blake Bourque Ben Carlson|Page $% of $='$@
#!/bin/bash
#Include large margins for binding
enscript -T 4 --margins=30::: --header='$n|Blake Bourque Ben Carlson|Page $% of $=' *.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment