We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http://blog.hgomez.net/2015/03/02/Gitlab-custom-hooks-Bash-Way.html
git branch -r | awk -F/ '//S_T_R_I_N_G/{print $2}' | xargs -I {} git push origin :{}
for i in git status | grep delete | awk '{ print $2}'; do git update-index --assume-unchanged $i; done;
git status | grep delete | awk '{ print $2}'