#!/bin/sh # # git clone --mirror -v --progress http://root.cern.ch/git/root.git # /usr/bin/time git clone --mirror -vvvv --progress https://github.com/root-project/root.git # cd ~daqweb/public_html/git/root.git git remote show origin git fetch --all -v --progress git update-server-info git tag -l > tags.txt git branch -a > branches.txt # end