Skip to content
View HduHestin's full-sized avatar
🎃
Trying
🎃
Trying

Block or report HduHestin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HduHestin/README.md

Typing SVG

  • 🌱 I’m currently learning python,pygame especially Yolo.
  • 💬 Ask me about anything even i don't know, it is communication that is the most important thing.

🚀 How to Upload Local Code to GitHub Using Git

A practical, no-fluff guide for developers (especially beginners) to push projects to GitHub — including fixes for the most common pitfalls.


✅ Step-by-Step Upload Process

1. Create a New Repository on GitHub

  • Go to github.com/new
  • Enter a repository name (e.g., my-project)
  • Do NOT initialize with a README, .gitignore, or license if you already have local code
  • Click Create repository

2. Initialize Git in Your Local Project

# Navigate to your project folder
cd /path/to/your/project

# Initialize Git
git init

# Stage all files
git add .

# Commit with a message
git commit -m "Initial commit"

# Connect to your remote repo (use SSH or HTTPS)
git remote add origin git@github.com:HduHestin/your-repo-name.git

# Push to main branch
git push -u origin main

Top Langs

Popular repositories Loading

  1. Poetry-Generation Poetry-Generation Public

    CSS 2

  2. SWF_python3 SWF_python3 Public

    swf source flash. export png and so on

    Python 1

  3. HduHestin HduHestin Public

  4. YOLOv9-onnx-rknn YOLOv9-onnx-rknn Public

    Python

  5. python-tools python-tools Public

    各种python工具,收录中

    Python