Nixpkgs/Contributing: Difference between revisions

imported>Artturin
(Link to nixpkgs and remove things mentioned in CONTRIBUTING.md)
imported>Artturin
(better updating master)
Line 124: Line 124:
git checkout master        #1
git checkout master        #1
git fetch upstream
git fetch upstream
git rebase upstream/master
git branch -u upstream/master
</syntaxhighlight>
</syntaxhighlight>
1. make sure you're on the master branch
1. make sure you're on the master branch
after the above steps you only have to <code>git pull</code> to update the master branch


[https://stackoverflow.com/a/7244456 source]
[https://stackoverflow.com/a/7244456 source]