login
Header Space

 
 

Mailing list archives

Search results

Found 17 matching messages (0.116 seconds). Page 1 of 1.

Re: Newbie experience with push over ssh

... is installed. > > I would have expected "push" to do this, but: > > $ git push ssh://machine.fr/tmp/foo ... , I tried "clone": > > $ git clone . ssh://machine.fr/tmp/foo This means ... repository on the remote host and push the stuff into it. - To ...

git - Matthias Lederhofer - Feb 14 2007 - 10:27

Re: Newbie experience with push over ssh

... to remote'. You'd have to >>> ssh to the other machine and clone ... on the remote host and push the stuff into it. >> I remember ... =tar --prefix=project/ | bzip2 -f9 | \ ssh user@remote -C "cat > project. ... the only line in my "push-to-web" script (the rest ...

git - Andreas Ericsson - Feb 15 2007 - 11:35

Re: Newbie experience with push over ssh

... rsync or scp to copy your code over and be happy. > > For one thing, I ... want to copy. I only want to push > across the latest code in the branch. ... then: git archive --format=tar | ssh tar -xf - You can also use ...

git - Nicolas Pitre - Feb 14 2007 - 14:03

Re: Newbie experience with push over ssh

... think there is any way to 'clone to remote'. You'd have to > ssh to the other machine and clone from there, or you can just create > an empty repository on the remote host and push the stuff into it. I remember coming across the same issue as ...

git - Joseph Wakeling - Feb 14 2007 - 12:10

Re: Newbie experience with push over ssh

... there is any way to 'clone to remote'. You'd have to >> ssh to the other machine and clone from there, or you can just create >> an empty repository on the remote host and push the stuff into it. > >I remember coming across the same issue as ...

git - Bill Lear - Feb 14 2007 - 12:25

Re: Newbie experience with push over ssh

... not, I think it should, just as when I have: [alias] pub = push /my/repo and: % git pub branch:branch expands to: % git push /my/repo branch:branch Bill - To unsubscribe from this list: send the ...

git - Bill Lear - Feb 14 2007 - 12:34

Re: Newbie experience with push over ssh

... same as being able to really use git to push. First, you have no guarantee that the repository will be consistent during the push. I belive the git repository format is relatively safe with this regard since git doesn't rewrite data in ...

git - Matthieu Moy - Feb 14 2007 - 12:47

Re: Newbie experience with push over ssh

... a BAAD cold today and many things are going over my head .... :-) That is frustrating, though, that I can't push/upload code in the same way as I can with bzr. Unless I _can_ init-repo on the remote machine with the git on my own .... ? - To ...

git - Joseph Wakeling - Feb 14 2007 - 13:04

Re: Newbie experience with push over ssh

... I can't push/upload code in the same > way as I can with bzr. Unless I _can_ init-repo on the remote machine > with the git on my own .... ? What ... use rsync or scp to copy your code over and be happy. Nicolas - To unsubscribe from ...

git - Nicolas Pitre - Feb 14 2007 - 13:38

Re: Newbie experience with push over ssh

... system? > > Just use rsync or scp to copy your code over and be happy. For one thing, I might be making small changes or ... directory that I don't want to copy. I only want to push across the latest code in the branch. - To unsubscribe from this ...

git - Joseph Wakeling - Feb 14 2007 - 13:47

Re: Newbie experience with push over ssh

... my local directory that I don't want to copy. I only want to push > across the latest code in the branch. rsync will efficiently push small changes. Just feed it input from git's list of versioned files: ...

git - Jeff King - Feb 14 2007 - 13:51

Re: Newbie experience with push over ssh

... ) is it possible to init a repo remotely, i.e. to use the git on my machine to do init-repo on a directory accessed via ssh or ftp? And if yes ... to do other git commands similarly remotely? The latter would be a slow and painful way of working, I ...

git - Joseph Wakeling - Feb 14 2007 - 12:29

Re: Newbie experience with push over ssh

... code to be in a repo or otherwise, > since it's only there to be run, not edited. git archive --format=tar HEAD | ssh remote 'cd /some/where;tar xvf -' You could put this in a shell script which takes the remote hostname, path and optionally the ...

git - Matthias Lederhofer - Feb 14 2007 - 13:52

Re: Newbie experience with push over ssh

... to be in a repo or otherwise, >> since it's only there to be run, not edited. > > git archive --format=tar HEAD | ssh remote 'cd /some/where;tar xvf -' > > You could put this in a shell script which takes the remote hostname, > path and optionally ...

git - Joseph Wakeling - Feb 14 2007 - 14:00

Re: Newbie experience with push over ssh

... in detail exactly what your .gitconfig modifications are doing? If I understand right, is there any particular point in bothering with these aliases, is it not just equivalent to using scp by itself? - To unsubscribe from this list: send the line ...

git - Joseph Wakeling - Feb 14 2007 - 12:48

Re: Newbie experience with push over ssh

... in detail exactly what your .gitconfig modifications are >doing? If I understand right, is there any particular point in >bothering with these aliases, is it not just equivalent to using scp by >itself? Well, that was my tongue-in-cheek bit. My ...

git - Bill Lear - Feb 14 2007 - 12:54

Re: Newbie experience with push over ssh

Joseph Wakeling writes: > If I understand right, is there any particular point in > bothering with these aliases, Not any. The joke was just "if you insist in having git at the beginning of the command line, ...". ...

git - Matthieu Moy - Feb 14 2007 - 12:56

speck-geostationary