Re: [git-users] BBEdit and remote Git

2010-02-04 Thread Roddie Grant
On 4/2/10 14:52, "Michael P. Soulier"  wrote:

> On Thu, Feb 4, 2010 at 4:45 AM, Roddie Grant  wrote:
>> But when I'm working on a repository on a remote server, Vi fires up. This
>> is OK, but not ideal. Is there a way I can get BBEdit to fire up on my
>> laptop even though the repository is remote?
>> 
> 
> It's non-trivial.

I was afraid of that. I'll persevere with Vi.

Thanks

Roddie Grant


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] BBEdit and remote Git

2010-02-04 Thread Michael P. Soulier
On Thu, Feb 4, 2010 at 4:45 AM, Roddie Grant  wrote:
> I've asked this on the BBEdit list and got no reply, so perhaps it's a Git
> question...
>
> I have BBEdit configured as my editor in Git when working on my local
> repository, so it fires up for commit messages etc.
>
> But when I'm working on a repository on a remote server, Vi fires up. This
> is OK, but not ideal. Is there a way I can get BBEdit to fire up on my
> laptop even though the repository is remote?
>
> BBEdit can certainly connect to the server on (S)FTP - I often edit server
> files this way. How do I get it to co-operate with Git?

It's non-trivial. The commit remotely would need to initiate a
connection to your laptop, and that's tricky. Most likely you'd have
to create a connection to a remote pty and get git to talk to that
local pty.

Have fun.

Mike

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] BBEdit and remote Git

2010-02-04 Thread Roddie Grant
I've asked this on the BBEdit list and got no reply, so perhaps it's a Git
question...

I have BBEdit configured as my editor in Git when working on my local
repository, so it fires up for commit messages etc.

But when I'm working on a repository on a remote server, Vi fires up. This
is OK, but not ideal. Is there a way I can get BBEdit to fire up on my
laptop even though the repository is remote?

BBEdit can certainly connect to the server on (S)FTP - I often edit server
files this way. How do I get it to co-operate with Git?

Thanks

Roddie Grant


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.