Skip to content

Instantly share code, notes, and snippets.

@maxfunke
Created January 18, 2019 09:54
Show Gist options
  • Save maxfunke/945a2194e16605b7e7aff93588436970 to your computer and use it in GitHub Desktop.
Save maxfunke/945a2194e16605b7e7aff93588436970 to your computer and use it in GitHub Desktop.
Speed up git (prompt)

enable commit graph feature git config core.commitGraph true

Now you have to recreate the graph file update commit-graph

git show-ref -s | git commit-graph write --stdin-commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment