pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc-wip/netkit-telnet: need review & git help



On Fri, May 18, 2018 at 3:46 AM Hubert Feyrer <hubert%feyrer.de@localhost> wrote:

> For #1 see below, for #2 is there an equivalent of "cvs commit"?

"git add" all changed and added files, then "git commit".

> Will "git commit && git push" do the right thing?

Only if there were no commits to the wip repository between the time you
did a "git pull" and the push (improbable).

Before pushing, run "git pull --rebase", this will apply your change on top
of the current changes from wip. It will complain if there are conflicts,
just like CVS complains on commit.
Then, immediately run "git push".

-- 
Benny


Home | Main Index | Thread Index | Old Index