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 8824115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:31:37+00:00 2026-06-14T06:31:37+00:00

I committed to my github repo using the terminal commands: git add . git

  • 0

I committed to my github repo using the terminal commands:

git add .
git commit -m
git push raytracer master

It was going well for about 15-20 commits, until I restructured my code and deleted about 2-3 header files and combined them into one. Now when I do the same commands, it yells at me and I’m guessing its because it’s expecting files that I deleted after the restructuring.

What are the proper commands for me to successfully commit my local repo to github?

  • 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-14T06:31:38+00:00Added an answer on June 14, 2026 at 6:31 am

    If you deleted some files manually (not using git rm) git is not going to be happy. But, fear not, it is easy to fix.

    Use git status and see which files git is missing. If you really want them gone, you need to tell git by using git rm <files_or_dirs_to_remove>. You may need to type full file name of deleted file (not using wildcards like *), and may need to add -f switch to force git to remove it from index (actually, add remove intent to index).

    After that, you should be able to git commit your changes. Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I did : git add remote git@github.com:username/name_of_github_repo.git git push -u github master It returns
Assume you have a file which has been committed in your Git repo. You
Currently I am trying to clone this git repo: https://github.com/twilio/OpenVBX into my main repo,
I add a new project to github using egit by right clicking on the
Working on the same project from different machines using bitbucket/github as a central repo,
I am using github to store my code. I have committed a code which
I'm trying to add my entire project directory to my github repo, but am
I cloned this repo on my computer: https://github.com/derobins/wmd.git There are several bugs with it
I recently opened a repo on GitHub. I'm new to Git. As usual with
I'm getting a bit confused with Git! I cloned a repo on GitHub to

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.