Skip to content

Instantly share code, notes, and snippets.

View lonmiller's full-sized avatar

Lon Miller lonmiller

View GitHub Profile
@lonmiller
lonmiller / config
Last active November 2, 2023 08:35 — forked from justinpawela/config
AWS CodeCommit Multiple Account Config
# This file is: ~/.ssh/config
# You may have other (non-CodeCommit) SSH credentials stored in this
# config file – in addition to the CodeCommit settings shown below.
# NOTE: Make sure to run [ chmod 600 ~/.ssh/config ] after creating this file!
# also, to force git to use this file for all git operations:
# git config --global core.sshCommand "ssh -F path-to-.ssh/config"
@lonmiller
lonmiller / gist_basic
Created December 30, 2011 06:31
About Git and PowerShell - posh-git
This is just a test of gist markup.
One item I have found useful as a windows user is the posh-git utility, which enables PowerShell to use the ssh-agent tool in git to catch SSH key passphrases.
It's not only a useful utility, it's a good way to get into PowerShell and I learned quite a bit from the great how to and blog posts, especially (http://haacked.com/archive/2011/12/13/better-git-with-powershell.aspx).