#!/bin/sh name={{ .Name }} password={{ .Password }} email={{ .Email }} # Create or overwrite the config file with new settings touch $HOME/.git-askpass cat > $HOME/.git-askpass <