1
0
Fork 0

Removed update.sh

This commit is contained in:
netravnen 2018-12-10 17:22:57 +01:00 committed by Christoffer
parent 12ad96973d
commit 6d73609a43
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
# Push repository to every remote configured
for REMOTE in $(git remote | paste -sd -) ; do git ps $REMOTE master ; done