#! /bin/bash
# last edited by USER on DATE TIME
# GIT setup for MC851A

git init
git config --global user.name "JorgeStolfi"
git config --global user.email "stolfi@ic.unicamp.br"
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=7200'

# making a local clone?
# git fetch https://github.com/luksfarris/MC851-Quack/
# mv .git/objects/pack/pack-*.pack .xxx
# cat .xxx | git unpack-objects


