Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
can´t push to github
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: can´t push to github (Read 10091 times)
opnsense_user12123
Guest
Re: can´t push to github
«
Reply #15 on:
January 29, 2018, 06:38:12 pm »
Big THX Fabian for you support. You helped me a lot! :-)
Logged
opnsense_user12123
Guest
Re: can´t push to github
«
Reply #16 on:
February 12, 2018, 06:49:45 am »
is my private github fork of the the plugin-repository from opnsense automatically updated with the newest stuff or do i have to click on the fork-button from time to time to sync with my private github repo ?
thx guys!
Logged
theq86
Sr. Member
Posts: 272
Karma: 37
Re: can´t push to github
«
Reply #17 on:
February 12, 2018, 11:29:00 am »
Your fork does not automatically update from the upstream repository.
You need to manually update all branches.
https://help.github.com/articles/syncing-a-fork/
You can not just push the fork button again to get the updates. You can sure delete your fork and fork it again, but you will lose all changes that you have made to your fork, unless all your changes did get upstream via pull requests.
So you really want to update your fork using the manual I posted above.
Also, if you worked a long time on your fork and if fork and upstream have not synced over a longer period, you may get merging conflicts that you need to resolve yourself.
«
Last Edit: February 12, 2018, 11:30:42 am by nasq
»
Logged
opnsense_user12123
Guest
Re: can´t push to github
«
Reply #18 on:
February 12, 2018, 05:46:53 pm »
thx for your help! :-)
i´m only working on a css-template. Should not be a big problem!
i´m doing my template with the latest development build.
it´s impossible to be on the latest version for the whole project.
So i hope this will also fit for the release of version 18.7.!
-> What does push to or fetch from
upstream
mean ?
-> What´s the difference to usual push or pull ?
i´m using eclipse for developing!
thx
«
Last Edit: February 12, 2018, 06:29:03 pm by opnsense_user12123
»
Logged
Print
Pages:
1
[
2
]
« previous
next »
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
can´t push to github