Skip to content

Instantly share code, notes, and snippets.

@mouseroot
Created February 19, 2025 06:20
Show Gist options
  • Save mouseroot/ca91a72390c2b848f37686bae0ba3df0 to your computer and use it in GitHub Desktop.
Save mouseroot/ca91a72390c2b848f37686bae0ba3df0 to your computer and use it in GitHub Desktop.
Setting up Github, 2025 Modern Steps for Modern Security Concerns
Github -> Settings -> Developer Tools -> Personal Access Tokens -> Create Classic Token ->
git init
git add .
git commit -m "Initial Upload"
git branch -M main
git remote set-url origin https://<token>@github.com/<username>/<repo>
git remote add origin <repo url>
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment