Created
October 29, 2010 12:14
-
-
Save drankard/653437 to your computer and use it in GitHub Desktop.
hvordan man udfører en pull request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1: Check out a new branch to test the changes — run this from your project directory | |
git checkout -b drankard-master master | |
Step 2: Bring in drankard's changes and test | |
git pull [email protected]:drankard/kunde.git master | |
Step 3: Merge the changes and update the server | |
git checkout master | |
git merge drankard-master | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For at udføre dette skal du have lavet en ren clone af det repository der skal pushes til.
i dette ekt vil det være
[email protected]:YouSee/kunde.git