Skip to content

Instantly share code, notes, and snippets.

@hrs113355
Created September 1, 2015 03:47
Show Gist options
  • Save hrs113355/330da4fea69971f41a1d to your computer and use it in GitHub Desktop.
Save hrs113355/330da4fea69971f41a1d to your computer and use it in GitHub Desktop.
#!/bin/ruby
git_repo = "git@github.com:hrs113355/tamadora.git"
git_string = `git ls-remote #{git_repo} master`
p git_string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment