This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This is a fork created to be used with Git Bash that comes with the installation | |
# of Git for Windows (https://gitforwindows.org/), and it was tested only on that | |
# environment. | |
# Append this to your .bashrc to reuse an existing ssh-agent, or if you don't have | |
# a .bashrc file (normally located in Windows under 'C:\Users\username'), then | |
# make this your .bashrc file. | |
LOGNAME=username | |
GOT_AGENT=0 |