Skip to content

Instantly share code, notes, and snippets.

View Steven-Harris's full-sized avatar
🤘

Steven Harris Steven-Harris

🤘
  • Jack Henry & Associates
  • USA
View GitHub Profile
@Steven-Harris
Steven-Harris / git-tidy.ps1
Last active June 12, 2024 20:29
clean up git branches (powershell)
git branch --list 'chore/*' 'feature/*' 'fix/*' 'dependabot/*' | ForEach-Object { git branch -D ($_).Trim() }
@Steven-Harris
Steven-Harris / bd3d4befe38185704bf0fc875e9deed6\configuration.json
Last active December 3, 2020 21:44
Visual Studio Code Settings Sync Gist
{"contents":{"launch":{"version":"0.2.0","configurations":[{"type":"vslsRemoteLaunch","name":"PAS","request":"attach","projectID":"7ccf9cba-3fd1-482e-9b57-15a647d7f0cf"},{"type":"vslsRemoteLaunch","name":"PAS.Data","request":"attach","projectID":"cafab7cf-5048-4bd5-bd5b-846caf33150d"},{"type":"vslsRemoteLaunch","name":"PAS.Domain","request":"attach","projectID":"0045dead-a169-4e31-bca0-0db3f4499058"},{"type":"vslsRemoteLaunch","name":"PAS.Services","request":"attach","projectID":"66545245-e32d-4e2c-878b-dcf8cd9c92ca"}]}},"overrides":[],"keys":["launch.version","launch.configurations"]}