Last active
April 4, 2020 13:06
-
-
Save fepitre/059f9387cdf66a2fbedd306a6ae7a1e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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