andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.1k stars 147 forks source link

Remove need for getting URL for ls-remote #207

Closed me-and closed 2 years ago

me-and commented 2 years ago

Now that git ls-remote is run from within a repo, we can refer to the remote by name, rather than needing to specify the URL. Do that, in the name of simplifying the code and removing the need to worry about URLs at all during homeshick check.

andsens commented 2 years ago

Oh yeah of course! Cool! Do you want to rebase on the current dev branch or is it cool I rebase and merge it?

me-and commented 2 years ago

Just rebased! Wasn't sure if you'd want it rebased first given it could merge either way, but the branch should now be a bit cleaner :)

andsens commented 2 years ago

Awesome. Thank you again Adam!