Files
sysint-migration-submodule/fun.sh
2023-03-22 16:10:56 +01:00

9 lines
216 B
Bash

#! /usr/bin/env bash
#
#for branch in $(git for-each-ref --format='%(refname)' refs/heads/); do
# echo "${branch/'refs/heads/'/''}"
#done
function test() {
git for-each-ref --format='%(refname)' refs/heads/
}