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.
The most simple flow is this:
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.