We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5814cf commit 37fa9a2Copy full SHA for 37fa9a2
bin/git-roots
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+# Show all the parentless commits
4
5
+exec git log --all --oneline --decorate --max-parents=0
0 commit comments