Git Tools
Git Commands
# Move within the .git directory
cd .git
# List commits
git log
# Write commits to a file
git log | grep commit | cut -d " " -f2 | xargs git show > commits
Tools
An example usage can be found here.
git-dumper <URL>/.git/ <output-dir>
Resources
Last updated
Was this helpful?