+[2020-06-25T18:40:21Z]ncuxonope I've read the rtfm and found some errors and wanted to correct them +[2020-06-25T18:40:28Z]ncuxoI have nothing to do with the project +[2020-06-25T18:41:08Z]Solitonthen there is no way around a fork. +[2020-06-25T18:46:00Z]ncuxoso I have to always fork then edit the file not on my fork but the repo I want to edit ... now I get it +[2020-06-25T18:47:34Z]Solitonno, you edit on your fork. github will manage that for you if you try to edit a file on a repo you have no commit access to.
+[2020-06-26T09:55:28Z]facefacehello +[2020-06-26T09:55:40Z]facefaceI'm so used to rebasing, that I suddenly don't know how to merge... +[2020-06-26T09:55:53Z]facefaceI have a feature branch... How do I make it up to date with a development branch? +[2020-06-26T09:56:04Z]facefaceprior to creating a merge request? +[2020-06-26T09:57:50Z]facefacegit checkout feature1 / git merge dev