Skip to content

How to create a new version of your repository on github #24613

Discussion options

You must be logged in to vote
gouneken:

when I run the command git push at the repository level to be modified but I got the answer

already up-to-date

yet when I look at my git repository, nothing has been updated.

This sounds like you didn’t commit your changes yet. Essentially each commit is a version of your repository, and git push transfers new commits to the remote repository.

I highly recommend you take a look at the Git - Book. Chapter 2 covers the basics, including the answers to your question: How to record changes, and exchange them with remote repositories.

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies

This comment was marked as off-topic.

Comment options

You must be logged in to vote
1 reply
@airtower-luna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment