Changes

Jump to: navigation, search

DPS909 & OSD600 Winter 2017 - Git Walkthrough 2

369 bytes added, 14:46, 12 January 2017
Step 6: Creating Pull Requests (PRs)
* '''[https://github.com/twbs/bootstrap/pull/17821/files Files changed]''' - a complete DIFF of all the file changes, as well as specific code review comments on particular lines
Github PRs make it easy for anyone to contribute to any public repository, and for project owners to easily discuss and manage changes from the community.
** Remotes*** origin, originLet's send a PR to the Spoon-Knife repo with our change from above. The steps to follow are outlined nicely in [https://help.github.com/articles/''branch''*** git remote*** git remote add*** git fetch*** git creating-a-pull*** git push** -request-from-a-fork/ this Githubhelp page]. Follow the steps to create a PR for your change, Pull Requestsand open a PR with the upstream repo.
** Here's my change as a PR: https://github.gitignore** Branchescom/octocat/Spoon-Knife/pull/12168*** HEAD, master*** git checkout, git checkout In the next [[DPS909 & OSD600 Winter 2017 -b*** git branch, git branch Git Walkthrough 3 | walk-athrough]], git branch -dwe'll look at branching, git branch --mergedmerging, git branch --contains*** git merge*** git rebaseand common workflows for contributing to any open source project.

Navigation menu