Skip to content

Commit

Permalink
Merge branch 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gelstudios committed Dec 10, 2020
2 parents 2c5486d + 4ea2ff4 commit 6d8cc28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gitfiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,10 @@ def fake_it(image, start_date, username, repo, git_url, shell, offset=0, multipl
'touch gitfiti\n'
'git add gitfiti\n'
'{1}\n'
'git branch -M main\n'
'git remote add origin {2}:{3}/$REPO.git\n'
'git pull origin master\n'
'git push -u origin master\n'
'git pull origin main\n'
'git push -u origin main\n'
)

template_powershell = (
Expand Down

0 comments on commit 6d8cc28

Please sign in to comment.