git clone https://github.com/<yourgithubusername>/auk.git
auk
at CornellLabofOrnithology/auk
) by doing git remote add upstream https://github.com/CornellLabofOrnithology/auk.git
. Before making changes make sure to pull changes in from upstream by doing either git fetch upstream
then merge later or git pull upstream
to fetch and merge in one stepCornellLabofOrnithology/auk