Skip to content

Instantly share code, notes, and snippets.

@fepitre
Last active April 4, 2020 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fepitre/059f9387cdf66a2fbedd306a6ae7a1e1 to your computer and use it in GitHub Desktop.
Save fepitre/059f9387cdf66a2fbedd306a6ae7a1e1 to your computer and use it in GitHub Desktop.
https://docs.fedoraproject.org/en-US/ci/pull-requests/
https://fedoraproject.org/wiki/New_package_process_for_existing_contributors
---
git config --global --add push.default tracking
fedpkg clone -a forks/fepitre/rpms/tinyproxy
git checkout -b newbranch
[...modifications...]
git commit -m "..."
git push --set-upstream origin newbranch
(webbrowser window opens to allow fedpkg to commit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment