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

  • Home
  • SEARCH
  • 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 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 want to use the zsh-git-prompt, from this repo https://github.com/olivierverdier/zsh-git-prompt , I've been using
I want a command line tool to download a Github repo without creating a
Suppose that: I have a repo called MyRepo. I have uncommitted changes in my
I have a git repo, and a revision code I want it to get
In my git repo which is tracking a svn repo I have made a
I want to create a new github repo for an open source project. I
I have a local git repository a central repo at github. I'm working on

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.