Easily print and manage senior project git logs and code
Last active
August 29, 2015 14:07
-
-
Save TechplexEngineer/ca50f8a4a19567cd1e12 to your computer and use it in GitHub Desktop.
Git log for Progress Report -- Without commit hash
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
| [user] | |
| name = | |
| email = | |
| [alias] | |
| pr = "!git log --format=\"Author: %an%nDate: %ad%n%n %s%n\"" |
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 | |
| enscript -T 4 --header='$n|Blake Bourque Ben Carlson|Page $% of $='$@ |
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 | |
| #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