Created
September 1, 2015 03:47
-
-
Save hrs113355/330da4fea69971f41a1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/ruby | |
git_repo = "[email protected]: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