Add a helper for ssh sessions outside Git Bashsilverkorn
commit03e804c75a0d21d75fba3542ae512c12a84d71ab
authorDanny B <silverkorn@gmail.com>
Thu, 26 Jun 2014 15:52:30 +0000 (26 11:52 -0400)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Jul 2014 21:59:36 +0000 (4 21:59 +0000)
tree092823ba0fd0e054033eb132f87a8b73255d7908
parent4f2618e1d8f0b5e98d7e2d5efb82248fd6eb055c
Add a helper for ssh sessions outside Git Bash

Outside Git Bash, it can be hard to use the ssh-agent because it is not on
the PATH, and besides, there is no mechanism similar to .bashrc to start
the ssh-agent.

So let's add a helper script to /cmd/ that calls a shell script in /bin/
(that way, we get all the Bash niceties for free, without bleeding Bash
into the Git Cmd environment).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
.gitignore
bin/git-silverkorn [new file with mode: 0644]
cmd/setup-ssh-agent.cmd [new file with mode: 0644]