* default configuration files on cygwin
@ 2015-07-28 7:10 Filippo Gatti
2015-07-28 10:57 ` Chris Packham
0 siblings, 1 reply; 2+ messages in thread
From: Filippo Gatti @ 2015-07-28 7:10 UTC (permalink / raw)
To: git
Hi,
I'm currently running git on a cygwin platform.
I would like to know how i can set up a sort of configuration file to
launch automatically the ssh-agent and get connected to github (for istance)
directly.
Thanks
Filippo
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: default configuration files on cygwin
2015-07-28 7:10 default configuration files on cygwin Filippo Gatti
@ 2015-07-28 10:57 ` Chris Packham
0 siblings, 0 replies; 2+ messages in thread
From: Chris Packham @ 2015-07-28 10:57 UTC (permalink / raw)
To: Filippo Gatti; +Cc: GIT
On Tue, Jul 28, 2015 at 7:10 PM, Filippo Gatti
<filippo.gatti@centralesupelec.fr> wrote:
> Hi,
>
> I'm currently running git on a cygwin platform.
> I would like to know how i can set up a sort of configuration file to launch
> automatically the ssh-agent and get connected to github (for istance)
> directly.
I'm not a regular cygwin user so I can't give you a direct answer, but
perhaps you need to ask the right question (or at least explain your
use-case).
The point with git (or any other DVCS) is that it does not need to
connect to anything until you want to publish your changes (i.e. git
push) or incorporate changes someone else has published (i.e. git
pull). These are the (main) cases where git will actually connect to a
remote the rest of the time everything is happening locally on your
local copy of the repository.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-28 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 7:10 default configuration files on cygwin Filippo Gatti
2015-07-28 10:57 ` Chris Packham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).