GitXplorerGitXplorer
d

git-find-squashed

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
77273b65ab83aa8d3b7c6c559e07af27c083431b

Initial commit

ddottedmag committed 5 years ago

README

The README file for this repository.

git-find-squashed

This is a tool that finds branches in your repository that were squash-merged into master.

This is useful if you work on a project that squashes branches into master. git branch -d does not detect squash-merges, so it's not easy to clean up local repository from branches that were merged.

Usage

$ git-find-squashed

Related

git-find-squashed is a trivial rewrite of git-delete-squashed. The differences are:

  • Does not delete branches automatically
  • Does not pull in 23 megabytes of various dependencies into node_modules.

License

MIT