

My tech-savvy coworker, who prefers the command line, does his file modification using VIM, then issues the commands My tech-savvy coworker and I have cloned the same git repository from a remote URL. I am using EGit 4.1.1 in Spring Tool Suite (Eclipse 4.5.1). Then, you'll be able to submit a pull requestĮGit: Issuing a fast-forward pull ~ How to configure fetch for a remote repository in EGit So let me set up my scenario. You will have a new repo at yourusername/angular, work and push on it. You have to fork angular using the fork button on the top right corner and for that, will this one be the appropriate page: ? Tried to push it: git push origin my-fix-branchĪnd now I face the error message: remote: Permission to angular/angular.git denied to swirlsky.įatal: unable to access '': The requested URL returned error: 403įirst I should complete this, and only after that I should open a pull request on GitHub, otherwise how could they know what changes I made in the code, right?.

VIM opened, I put in a message, closed the editor.Ĭommit seemed to be successful because in the terminal I see: docs typo fix 1 file changed, 1 insertion(+), 1 deletion(-) Made my changes in a new git branch: git checkout -b my-fix-branch master

(but without having the files, this step wouldn't have been possible, right?) Cannot submit a pull request in angular/angular I discovered a minor bug in Angular's code, opened an issue on GitHub ( ) and now I am asked to submit a pull request but I'm not a "git pro" and however I try it doesn't work out.Ĭloned the repo using: git clone (was it necessary?)Įdited the buggy file.
