We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9436c commit 7973950Copy full SHA for 7973950
github_activity/github_activity.py
@@ -213,7 +213,7 @@ def generate_all_activity_md(
213
shlex.split(f"git clone git@github.com:{target}.git repo"), cwd=td
214
)
215
repo = os.path.join(td, "repo")
216
- subprocess.run(shlex.split("git fetch upstream --tags"), cwd=repo)
+ subprocess.run(shlex.split("git fetch origin --tags"), cwd=repo)
217
218
cmd = 'git log --tags --simplify-by-decoration --pretty="format:%h | %D"'
219
data = (
0 commit comments