+ [5 years ago] ncuxo nope I've read the rtfm and found some errors and wanted to correct them
+ [5 years ago] ncuxo I have nothing to do with the project
+ [5 years ago] Soliton then there is no way around a fork.
+ [5 years ago] ncuxo so I have to always fork then edit the file not on my fork but the repo I want to edit ... now I get it
+ [5 years ago] Soliton no, 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.

message no. 182811

Posted by ncuxo in #github at 2020-06-25T18:32:18Z

nope I get an error message that I need to be on a branch
+ [5 years ago] faceface I'm so used to rebasing, that I suddenly don't know how to merge...
+ [5 years ago] faceface I have a feature branch... How do I make it up to date with a development branch?
+ [5 years ago] faceface prior to creating a merge request?
+ [5 years ago] faceface git checkout feature1 / git merge dev