Georg Baum wrote:
> commit yet)? I guess it would look like
> 
> git checkout -b fixfileformat
> git commit
> git checkout master
> git merge fixfileformat
> git commit
> git branch -d fixfileformat

The simplistic SVN-like scenario is just:

git pull (update from public repo)
git commit (just local commit in your tree)
git push (push the commit to public repo)

Pavel

Reply via email to