Clone the upstream repo in Gogs, then clone to your computer:
git clone https://yourUserName@yourURL Add upstream repo to be able to rebase to upstream point commit: git remote add upstream https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git (git branch optionalBranchName) git push Create Push Request in Gogs
Clone the upstream repo to your computer
git add changedFile.md git commit ( -m Short info what changed ) git log ( copy commit id ) git request-pull -p (start) URL (end) git request-pull -p (commit in upstream repo) URL master
example pipe output to haste:
git request-pull -p
b3b8926484
https://gogs.librecmc.org/jonasbits2/libreCMC-wiki.git master | haste
Send in a with hastebin.com or anything you like Paste link in IRC channel
Links https://www.git-scm.com/docs/git-request-pull https://hastebin.com/about.md