I made some commits in my local git-flow.md document, after creating a new local branch with git checkout -b style-guide and pulled files from origin with git pull origin style-guide as you advised me.
Now I would like to make a pull request for revision from my local commits and I'm not sure about how to do it.
Maybe I have to add-commit-push changes or some other commands are needed?
I made some commits in my local
git-flow.mddocument, after creating a new local branch withgit checkout -b style-guideand pulled files from origin withgit pull origin style-guideas you advised me.Now I would like to make a pull request for revision from my local commits and I'm not sure about how to do it.
Maybe I have to add-commit-push changes or some other commands are needed?