<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Hi Nikos,<div><br></div><div><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/<wbr>configure<br>-> git push <a href="ssh://osmo/osmocom-bb.git">ssh://osmo/osmocom-bb.git</a><br><br>Everything up-to-date<br></div></div></div></div></div></div></blockquote><div><br></div>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><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="gmail-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 target="_blank" rel="noreferrer" href="http://gerrit.osmocom.org">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><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></body></html>