Hi, 2016-01-14 13:02 GMT+01:00 Bas Couwenberg <[email protected]>:
> No, `git commit` only commits in your local repository, to share the changes > with the repository on Alioth used by others you need to push your local > changes with `git push`, this is one of big distinctions between Subversion > and Git. With SVN you commit to the shared repo, with git you commit > locally. This allows you to rebase your local changes into coherent commits > before pushing them to the shared repository to ease merging and review in > the shared repo. sure, the more I was surprised that after my first commit to the repo (git commit) that it's automatically pushed to the origin. I will see what happen next time. [...] Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa
