Translations:Developing FreeCAD with GitKraken/21/en

From FreeCAD Documentation

Pull requests (PRs) are necessary to merge the code in a branch in your local repository with the code in the upstream repository. To summarize the process, once you've modified your branch, you need to push it to your GitHub fork (origin, https://github.com/GITHUBUSERNAME/FreeCAD.git), and from there make a pull request to upstream. GitKraken saves you some clicks to easily create pull requests instead of using GitHub's interface.