git-for-each-ref
Verified for current stable LTS
Git For Each Ref Commands
Git For Each Ref command syntax with verified terminal examples.
Commands
12 commands for Git For Each Ref
git-for-each-ref Operations
Git For Each Ref Command: Limit Output To Count
git for-each-ref --count <count> git-for-each-ref Operations
Git For Each Ref Command: Limit Output To Specified Number Of Refs
git for-each-ref --count <count> git-for-each-ref Operations
Git For Each Ref Command: List All Refs
git for-each-ref git-for-each-ref Operations
Git For Each Ref Command: List Only Branches
git for-each-ref refs/heads/ git-for-each-ref Operations
Git For Each Ref Command: List Only Tags
git for-each-ref refs/tags/ git-for-each-ref Operations
Git For Each Ref Command: List Short Names Of Refs
git for-each-ref --format "%(refname:short)" git-for-each-ref Operations
Git For Each Ref Command: Show Merged Branches
git for-each-ref --merged HEAD refs/heads/ git-for-each-ref Operations
Git For Each Ref Command: Show Merged Branches Into Head
git for-each-ref --merged HEAD refs/heads/ git-for-each-ref Operations
Git For Each Ref Command: Sort Refs By Committer Date Most Recent
git for-each-ref --sort -committerdate git-for-each-ref Operations
Git For Each Ref Command: Sort Refs By Committer Date Most Recent First
git for-each-ref --sort -committerdate git-for-each-ref Operations
Git For Each Ref Command: Sort Refs By Committer Date Oldest
git for-each-ref --sort committerdate git-for-each-ref Operations
Git For Each Ref Command: Sort Refs By Committer Date Oldest First
git for-each-ref --sort committerdate Suggest a Git For Each Ref Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Git For Each Ref workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.