codealong 0.1.1

Git analytics
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

cd fixtures/repos
for file in *.bundle
do
  git clone $file
done