We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like the assumption here is incorrect:
$ github pileup/README.md Traceback (most recent call last): File "/Users/danvk/github/git-helpers/github/github", line 56, in <module> repo_url = github.make_github_url(remote) File "/Users/danvk/github/git-helpers/util/github.py", line 22, in make_github_url assert '.git' in remote AssertionError $ git remote -v origin https://github.com/hammerlab/internal-tools (fetch) origin https://github.com/hammerlab/internal-tools (push)
I guess the .git for a GitHub remote is optional, or perhaps git quietly adds it itself?
.git
git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like the assumption here is incorrect:
I guess the
.git
for a GitHub remote is optional, or perhapsgit
quietly adds it itself?The text was updated successfully, but these errors were encountered: