• Skip to primary navigation
  • Skip to content
  • Skip to footer
Toy Project

      Mike

      • South Korea

      How to add my current project to an already existing GitHub repository

      less than 1 minute read

      Run below commands.

      $ git init
      $ git add .
      $ git commit -m "my commit"
      $ git remote add origin git@github.com:username/repo.git
      $ git branch --set-upstream-to=origin/main main
      $ git pull --rebase
      #(Resolve conflict if needed)
      $ git push origin main
      

      Updated: March 16, 2025

      Share on

      Twitter Facebook LinkedIn
      Previous Next

      You may also enjoy

      Unleash Your Inner Word Detective with WordLink - The English Word Similarity Game!

      2 minute read

      Hey word puzzle enthusiasts! I’m thrilled to introduce WordLink, my latest creation – an engaging English word similarity game inspired by the popular Semant...

      Calling All Trot Fans! Support Your Favorite Artist with the Trot Voting Web Service!

      2 minute read

      Hey everyone! I’m excited to introduce my latest creation for all the trot music enthusiasts out there: the Trot Voting web service! This platform, accessibl...

      Enhancing Transparency in Seoul Villa Market - Introducing Villa Web & App

      1 minute read

      Hello! I’m Mike, a developer passionate about solving real-world problems through technology. I’m excited to announce the launch of my latest project: the Vi...

      How to publish private repo to public github pages

      1 minute read

      Step 1: Create github public repository for publishing.

      • Follow:
      • Feed
      © 2025 Toy Project. Powered by Jekyll & Minimal Mistakes.