Skip to content

Instantly share code, notes, and snippets.

@Uvacoder
Forked from DavidWells/git-info-regex.js
Created January 2, 2022 01:47
Show Gist options
  • Select an option

  • Save Uvacoder/fed70a4c9b8a7c8129cf827f12bf5c2a to your computer and use it in GitHub Desktop.

Select an option

Save Uvacoder/fed70a4c9b8a7c8129cf827f12bf5c2a to your computer and use it in GitHub Desktop.
const pattern = /^(?:\S+:\/\/)?(?:\S+@)?(?'host'\S+?)[:\/](?'owner'\S+?)[\/](?'repository'\S+)$/gm
/*
https://github.com/rawkode/dotfiles
https://github.com/rawkode/dotfiles/2
git@github.com:rawkode/dotfiles
git@github.com:rawkode/dotfiles/micro/1/2
ssh://git@github.com/rawkode/dotfiles
ssh://git@github.com/rawkode/dotfiles/micro/1
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment