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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:08:37+00:00 2026-05-28T17:08:37+00:00

I have a repo on GitHub and I want to update it with changes

  • 0

I have a repo on GitHub and I want to update it with changes made to the folder I pulled it from.

What are the steps, without jargon or short hand terms, a new Git user should do from the moment they cd directory?

Including how to track the local changes made to any files and then how to send those changes and updates back to the remote repository.

  • 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-05-28T17:08:38+00:00Added an answer on May 28, 2026 at 5:08 pm

    The most simple flow is this:

    # clone the repository (from github, for example)
    git clone git@github.com:username/reponame.git
    cd reponame    
    
    # edit some files
    
    # add them to the index
    git add file1.txt
    git add file2.gif
    
    # review your changes
    git status    
    
    # commit the changes
    git commit -m "Decription of my change"
    
    # push them back to the remote repository
    git push origin master
    

    This is the basic flow that should get you going. However, there’s lots of resources for learning the basics of git, I highly recommend you go over them. Getting started is really not that difficult as it seems.

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

Sidebar

Related Questions

I have forked resque repo from Github and made some changes to tag v1.20.0.
I have git cloned a repo from Github, now I want to experiment with
I have two computers from which I want to contribute to one github repo.
I have a github repo that I want to push to a heroku node.
I have a fork to a github repo that I want to merge with
I have stored my app sources (git repo) in folder: MyProject/front_app But on GitHub
I want to use the zsh-git-prompt, from this repo https://github.com/olivierverdier/zsh-git-prompt , I've been using
I have a repo on GitHub that I want to open source. Before I
I forked a github repo and worked on my github repo. I have made
I want to access my github repo from two different computers, using one github

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.