Skip to content

feat: Add Git alias to show local-only commits

Victor Engmark requested to merge feat/local-only-log into master

Based on https://stackoverflow.com/a/3338774/96588, this is really useful in two ways:

  • Know when there is something which should be pushed.
  • Know for sure whether it's safe to delete a local copy of a repository.

Merge request reports