With ssh agent forwarding you are able to persist your local git profile to a remote machine.
The project started as a way to switch profiles but I would like to have configuration in place that knows each project's git profile.
Some ideas I have to work this out are to have a running daemon that triggers on file watch, we could be looking at a possible syslink file the .ssh and git tools get to.
With ssh agent forwarding you are able to persist your local git profile to a remote machine.
The project started as a way to switch profiles but I would like to have configuration in place that knows each project's git profile.
Some ideas I have to work this out are to have a running daemon that triggers on file watch, we could be looking at a possible syslink file the .ssh and git tools get to.