V
V
Verg1l2015-01-20 17:19:05
git
Verg1l, 2015-01-20 17:19:05

How to continue working with the downloaded repository folder after restarting git?

When entering any commands, the error "Already up-to-date, Everything up-to-date" ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Bagirov, 2015-01-20
@Verg1l

Have you made changes to the code?
If yes, and you need to send the code to the server, then do:

sudo git add .
sudo git commit -m 'Текст коммита'
sudo git push -u origin master

If there are no changes, then everything is in order. Git tells you that the code corresponds to what is on the server :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question