Estimated Time: 30 Minutes
✅ 1. Create & Optimize Your GitHub Account
🌐 Sign Up
- Go to: https://github.com/
- Sign up with your email → Choose username wisely (
yourbrand-dev
, strenure-ai
, etc.)
- Verify email.
⚙️ Profile Optimization
- Click top-right → "Your profile" → Edit Profile:
- Add bio:
Python Developer | SME Automation | AI Learner
- Add location:
Singapore
- Add website:
https://strenure.com
(if available)
- Add a pinned repo (once created)
- Upload professional photo or brand logo.
- Create README for your profile:
-
Repo name: your-username
-
Add a README.md
-
Example content:
markdown
CopyEdit
### Hi, I'm Ayushi 👋
- 🔭 Working on SME Automation
- 💬 Ask me about Python, APIs, Automation
- 🌐 <https://strenure.com>
You can check my real profile from: https://github.com/TechWithHer/About_Me
🧱 2. Create a Repository on GitHub (Remote Repo)
Steps:
- Go to GitHub
- Click New (top left or via your profile)
- Fill:
- Repository name:
python-practice
or automation-scripts
- Description:
Learning Python by building real tools
- Visibility: Public or Private
- ✅ Check "Add a README file"
- ✅ Add
.gitignore
→ choose Python
- (Optional) Choose a license: MIT
- Click Create Repository
💻 3. Set Up Git Locally on Your Machine