Skip to content

Instantly share code, notes, and snippets.

@TheYoBots
Last active June 29, 2021 17:32
Show Gist options
  • Save TheYoBots/23a8a09ee9b57bf44371c77c62f6d47e to your computer and use it in GitHub Desktop.
Save TheYoBots/23a8a09ee9b57bf44371c77c62f6d47e to your computer and use it in GitHub Desktop.

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment