I have been fighting with git for almost two hours
to put my patches in order and to apply them upstream.
I wish I could have spent some time on the patches themselves,
but I guess it'll come once I understand how git works :(

I'm stuck here, and I'm tired of it.  I can't seem to be
able to do what I want with a single repo, so I checkout
zillions of repos, I'll see later how git can really space,
I just want to be able to check this in.  Any help (*simple*
help, I don't need a lecture, I just want to type what's
needed for this to work and enjoy my weekend) appreciated!

  117  git clone git://git.sv.gnu.org/automake.git
  118  git branch ws master
  119  ls
  120  cd automake
  121  git branch ws master
  122  git diff
  123  git commit
  124  git commit -a
  125    git checkout master
  126  history
  127  git pull
  128  git show
  129  git rebase master
  130  git merge ws
  131  git show
  132  git push
[EMAIL PROTECTED] ~/src/wd/automake $ git push 10:11:43
fatal: The remote end hung up unexpectedly
error: failed to push to 'git://git.sv.gnu.org/automake.git'

Thanks!


Reply via email to