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

When you solve the problem of the Codeforces site, it automatically commits and pushes to the remote repository.

Results 1 Codeforces-AutoCommit issues
Sort by recently updated
recently updated
newest added

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)`