Lines Matching +full:push +full:- +full:pull
3 The NTP project's github repository is at https://github.com/ntp-project/ntp.
8 ntp-stable code (even 2nd number).
10 The master branch is for new development, also known as ntp-dev (which
15 on the stable branch, and pull your work into a master copy to allow for
16 publishing your changes in the ntp-dev or master branch.
19 current stable release (the ntp-stable code) then it's better to do your
22 Make sure that any changes you make to stable pull cleanly into master.
27 If you follow this method, then if you submit a pull request for either
32 handled sooner if the repo that contains your pull requests also includes
37 1) If you haven't, create a fork of ntp-project/ntp with your github account.
39 …- If you don't have one, create one first. (read: https://help.github.com/articles/signing-up-for-…
40 - Make sure you also have a SSH key associated with your github account.
41 (read: https://help.github.com/articles/generating-ssh-keys/)
42 ii) Go to https://github.com/ntp-project/ntp
48 - git clone git@github.com:<your_username>/ntp
57 - git checkout -b <branchname>
64 - git commit -a -m "description of change"
65 iv) Once you are satisfied, you can push to your github account's
67 - git push origin <branchname>
71 create a pull request on your branch on github. (Read up on
72 pull requests @ https://help.github.com/articles/using-pull-requests)
75 https://help.github.com/articles/creating-a-pull-request/
77 5) Your pull request will be reviewed by committers and when it
87 github-pull-request-URI
89 ---