This commit is contained in:
2023-03-22 16:10:56 +01:00
commit fb0ff3e057
3 changed files with 45 additions and 0 deletions

9
fun.sh Normal file
View File

@@ -0,0 +1,9 @@
#! /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/
}