Codeforces-AutoCommit icon indicating copy to clipboard operation
Codeforces-AutoCommit copied to clipboard

Please change from master to main branch

Open Baplisca opened this issue 4 years ago • 0 comments

The main branch is now the default branch. So, I think it should be changed as follows

before(main.py Line.119) self.git.all(self.repo_name, remote_url, 'master', file_path, commit_message)

after self.git.all(self.repo_name, remote_url, 'main', file_path, commit_message)

Baplisca avatar Feb 21 '21 14:02 Baplisca