Horje
gitlab stale branches api script Code Example
gitlab stale branches api script
for branch in `git branch -r | grep -v HEAD`; do \
    echo -e `git show --format="%cr %an" $branch | head -n 1` \\t$branch; \
  done | \
  grep -e '.. months' -e '[8-9] months' | grep 'origin/' | \
  sed 's/.*origin\///' | \
  xargs -n 1 echo git push origin --delete | bash
Source: gitlab.com




Whatever

Related
how to make background transparent Code Example how to make background transparent Code Example
caught in a landslide Code Example caught in a landslide Code Example
put object in server storage roblox Code Example put object in server storage roblox Code Example
207-359-594 Code Example 207-359-594 Code Example
remove whitespace from column values Code Example remove whitespace from column values Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7