<div dir="ltr"><div class="gmail_default" style="font-size:small">Ty domi,<br><br></div><div class="gmail_default" style="font-size:small">I got further along with commit:)<br></div><div class="gmail_default" style="font-size:small">Unfortunately, it now tells me that user nbalkanas has no rights to push:(<br></div><div class="gmail_default" style="font-size:small">Np, I can find help for git myself, if I need to.<br></div><div class="gmail_default" style="font-size:small">On the bright side, git offers enough messages during push, so no checking of committed data is needed <br></div><div class="gmail_default" style="font-size:small">@Neels, can you please authorize me?<br><br></div><div class="gmail_default" style="font-size:small">BR,<br></div><div class="gmail_default" style="font-size:small">Nikos<br></div><div class="gmail_default" style="font-size:small"><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 17, 2018 at 12:32 AM, Tomcsányi, Domonkos <span dir="ltr"><<a href="mailto:domi@tomcsanyi.net" target="_blank">domi@tomcsanyi.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Hi Nikos,<div><br></div><div><span class=""><br><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div style="font-size:small;display:inline" class="gmail_default">​-> git status<br><br></div><div style="font-size:small;display:inline" class="gmail_default">​On branch master<br>Your branch is up-to-date with 'origin/master'.<br><br>Changes not staged for commit:<br>  (use "git add <file>..." to update what will be committed)<br>  (use "git checkout -- <file>..." to discard changes in working directory)<br><br>    modified:   src/README.building<br><br>no changes added to commit (use "git add" and/or "git commit -a")<br><br></div><div style="font-size:small" class="gmail_default">-> git add src/README.building<br></div><div style="font-size:small" class="gmail_default">-> git add -f src/shared/libosmocore/configu<wbr>re<br>-> git push <a>ssh://osmo/osmocom-bb.git</a><br><br>Everything up-to-date<br></div></div></div></div></div></div></blockquote><div><br></div></span>You seem to be missing a vital step - committing.</div><div>After files are added to a commit you need to “finalize it”, so to speak, by saying</div><div>git commit -m “commit message”</div><div><br></div><div>After that you can push.</div><div><br></div><div><span class=""><br><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><span class="m_6493897254983183276gmail-m_-1334466491590542135gmail-">
> ​Anyway to check if changes committed?<br>
> Cloning from gerrit will just give me ​the main osmocom-bb.git :(<br>
<br>
</span>You are merely allowed to push a patch for review. Cloning osmocom-bb.git will<br>
only contain your patch if we approved and merged it. Usually that takes a<br>
couple of review iterations on <a rel="noreferrer" href="http://gerrit.osmocom.org" target="_blank">gerrit.osmocom.org</a> first.<br>
<br></blockquote><div><div class="gmail_default" style="font-size:small">​<br>That's a major shortcoming. CVS has its problems but at least you can check what you have just commited:(​</div></div></div></div></div></div></blockquote><div><br></div></span><div>Please do not compare apples to oranges. The whole point of using gerrit is to have a streamlined patch review process in place.</div><div>With a little bit of patience you can learn the way git works and after that you will see it is just as easy as cvs, but you do need to learn it!</div><div><br></div></div><div>I would be happy to find some introductory manual about git usage to help getting you on track.</div><div><br></div><div>Cheers,</div><div>Domi</div></div></blockquote></div><br></div>