Brothers!!!

Want to use AtomGit to host open source projects but don't know how?

Read this, and you'll get started in 10 minutes.

I'm Programmer Wanfeng, with 300,000+ followers across platforms, author of the open source project python-office.

Today I'll teach you step by step.


🔥 Why Choose AtomGit for Hosting?

First, why I recommend it:

AdvantageDescription
DomesticDomestic access, fast speed
FreePublic repositories are completely free
StableBacked by big company, reliable service
AI IntegrationCan be used with AtomCode

📝 Step 1: Register an Account

3 minutes to complete:

Steps:

  1. Open AtomGit official website
  2. Click register
  3. Register with phone number or email
  4. Log in

🚀 Step 2: Create a Repository

After logging in, create your first repository:

Steps:

  1. Click the + sign in the upper right corner
  2. Click New Repository
  3. Fill in the information:
    • Repository name
    • Description (optional)
    • Public/Private
  4. Click create

💻 Step 3: Upload Code

The repository is created, upload your code:

Method 1: Git command line

1
2
3
4
5
6
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://atomgit.com/your-username/your-repository-name.git
git push -u origin main

Method 2: Use AtomCode
Operate directly in AtomCode, easier!


👥 Step 4: Collaborative Development

If it's a team project:

How to do it:

  1. Enter the repository Settings
  2. Click Collaborator Management
  3. Add team members' AtomGit usernames
  4. After members accept the invitation, they can develop together

🎯 Common Operations

OperationDescription
Submit codegit commit + git push
Create branchgit branch + git push
Merge branchSubmit Pull Request
Manage IssueOn the repository's Issue page

💡 Final Thoughts

Remember one thing: Free open source, 2.5 million+ monthly active users, no reason not to try.

Technology isn't高冷, AI is easy to use. I'm Programmer Wanfeng, follow me to master AI programming!


Are you ready to start hosting your project?

Have questions? Leave a comment below~


You're also welcome to join my "30 Lectures · AI Programming Bootcamp" co-created with Turing Community, featuring 30 systematic lectures + 15+ fully implemented practical projects + AI companion writing and modification, no need to struggle with syntax, no need to stay up late fixing bugs, I'll take you from zero to mastering AI programming easily, using tools to beat 80% of people.

👉 Click to view "30 Lectures · AI Programming Bootcamp" details

🎓 AI 编程实战课程

想系统学习 AI 编程?程序员晚枫的 AI 编程实战课 帮你从零上手!