Skip to content

Instantly share code, notes, and snippets.

View chindraba-work's full-sized avatar
🏠
"Working" from home (and having fun with it)

Chindraba chindraba-work

🏠
"Working" from home (and having fun with it)
View GitHub Profile
function show_help()
{
echo "dump all git versions of a file to separate files"
echo
echo "usage: FILENAME";
echo
echo "e.g."
echo
echo "$ git_dump_all_versions_of_a_file.sh path/to/somefile.txt"
echo