GitHub Sync
Streamline your Finter-GitHub sync with this concise .env setup.
Step 1: Setup
Repository: Create a GitHub repository.
API Token: Obtain a GitHub API token with repo permissions (Settings > Developer settings > Personal access tokens).
Step 2: Configuration
Configure your environment in a .env
file:
Step 3: Use with Submission Helper
Enable GitHub sync by setting
git=True
in your submission helper command.
Initial commits are automatic; resubmissions prompt for review.
Step 4: Ignored Items
__pycache__
folders and dotfiles (.filename
) or dotfolders (/.foldername
) are automatically ignored.
Last updated