git remote add {author-name} {authors-repo-link}>.git
git remote -v
git fetch {author-name}
git checkout -b {author-name}-{author-branch} {author-name}/{author-branch}
git commit -am "{commit-message}"
git push {author-name} HEAD:{author-branch}