README.MinGW: push works now locally and via ssh!

This commit is contained in:
Johannes Sixt
2007-01-25 11:31:31 +01:00
parent 479be60605
commit 62404b843d

View File

@@ -50,15 +50,14 @@ This works:
- All the plumbings.
- Many porcelains, in particular, checkout, add, rm, commit, diff,
branch, merge, rebase, log, show, bisect, grep...
- pull, clone, fetch via ssh.
- local pull, clone, fetch.
- pull, clone, fetch, push via ssh.
- local pull, clone, fetch, push.
- gitk, if invoked as "wish84 <prefix>\bin\gitk", but there are
artefacts in its layout.
This does not work:
- pull, clone, fetch via native GIT protocol.
- push
- pull, clone, fetch, push via native GIT protocol.
- blame
- daemon, svn, *import, cvs*
- and certainly a lot more that I never have found a need to look at.