Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9037037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T09:09:04+00:00 2026-06-16T09:09:04+00:00

I followed these steps: https://help.github.com/articles/generating-ssh-keys now, I want to create a folder in my

  • 0

I followed these steps: https://help.github.com/articles/generating-ssh-keys

now, I want to create a folder in my github account, is called: “TODO_LIST”, and push my project into this folder.

what I should do? I’m located in the folder I want to add.

should I need to do something like the next following?

$ git init
$ git add .
$ git commit -m 'first import'
$ git remote add origin git@github.com:alonshmiel/TODO_LIST.git
$ git push origin master

p.s, I have two SSH keys in my account because I push from two computers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T09:09:06+00:00Added an answer on June 16, 2026 at 9:09 am

    This is explained in the Create a Repo help page:

    Every time you make a commit with Git, it is stored in a repository (a.k.a. "repo"). To put your project up on GitHub, you’ll need to have a GitHub repository for it to live in.

    […]

    Click New Repository.

    Fill out the information on this page. When you’re done, click "Create Repository."

    […]

    git init
    # Sets up the necessary Git files
    
    git add README
    # Stages your README file, adding it to the list of files to be committed
    git commit -m 'first commit'
    # Commits your files, adding the message "first commit"
    

    […]

    git remote add origin https://github.com/username/Hello-World.git
    # Creates a remote named "origin" pointing at your GitHub repo
    git push origin master
    # Sends your commits in the "master" branch to GitHub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i originally followed these steps to get a RoR environmentgoing: https://help.ubuntu.com/community/RubyOnRails that worked. then
I followed these steps on https://github.com/karmi/tire to install elasticsearch for use with ruby on
I followed the steps here to add the framework: https://hoishing.wordpress.com/2011/08/23/gdata-static-library-for-specific-api/ When I compile I
I followed every step given in this guide: http://help.github.com/linux-key-setup/ When I get to the
In trying to create a custom build for an application, I followed these steps
I'm using this one: https://github.com/pinax/django-notification/blob/master/docs/usage.txt So, I followed all the steps. from notification import
I am learning JSF and got help from Exadel.com . I followed the steps
I want facebook login in my website For that I followed these steps: 1)Created
I'm developing simple CUDA app. I followed steps given on http://www.ademiller.com/blogs/tech/2010/10/visual-studio-2010-adding-intellisense-support-for-cuda-c/ but still there
I followed these steps and did exactly the same: http://www.slideshare.net/androidstream/action-bar-sherlock-tutorial But the problem is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.