Skip to content

Instantly share code, notes, and snippets.

@antontsv
Created February 11, 2017 21:37
Show Gist options
  • Save antontsv/de0b9ad0d3cd7c9e1db2ece4ff0c82ca to your computer and use it in GitHub Desktop.
Save antontsv/de0b9ad0d3cd7c9e1db2ece4ff0c82ca to your computer and use it in GitHub Desktop.
Change Homeshick repo origin location from SSH to HTTPs
find ~/.homesick -type f -name config | xargs grep git@ | cut -d: -f1 | sort | uniq | xargs gsed -i 's/git@github.com:/https:\/\/github.com\//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment