Skip to content

Commit 4faac02

Browse files
committed
feat: initial commit
1 parent c5e10ef commit 4faac02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup-git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def setup_git(path: Path, github_user: str, repo_name: str) -> None:
2525
["git", "remote", "add", "origin", f"https://github.com/{github_user}/{repo_name}.git"],
2626
["git", "remote", "set-url", "origin", f"https://github.com/{github_user}/{repo_name}.git"],
2727
["git", "fetch", "origin"],
28+
["git", "pull"],
2829
["git", "push", "-u", "origin", "main"],
2930
["git", "checkout", "-b", "develop", "main"],
3031
["git", "push", "-u", "origin", "develop"],

0 commit comments

Comments
 (0)