Answer the question
In order to leave comments, you need to log in
git everything up-to-date error or something?
Hello everybody! I cloned the project, created a new project directory on the repository, redirected it to the new repository in git on the local machine, made changes to the project template and configuration files, and when the command is executed, it git push origin master
displays the message everything up-to-date
.
PS I just started learning git, so maybe I'm describing something wrong or doing it
Step by step I performed the commands in git as follows:
git status
git add .
git commit -m "Комментарий"
git push origin master
git remote -v
, there are no questions to the path.
Answer the question
In order to leave comments, you need to log in
redirected to new repository
command executiongit push origin master
git push
gives the message everything up-to-date
git branch -vv
git status
Sergey Kuznetsov , when executing the command, git branch -vv
displays the following information
* (no branch, rebasing master) 363fbce Изменения
master 16b4053 Добавление директории в репозиторий
git status
interactive rebase in progress; onto 90cda99
Last command done (1 command done):
pick 592e37c Уроки ИМ ita-studio
Next commands to do (2 remaining commands):
pick 728f28f Без изменений
pick 16b4053 Добавление директории в репозиторий
(use "git rebase --edit-todo" to view and edit)
You are currently editing a commit while rebasing branch 'master' on '90cda99'.
(use "git commit --amend" to amend the current commit)
(use "git rebase --continue" once you are satisfied with your changes)
nothing to commit, working tree clean
"redirected to a new repository"
I don't understand this phrase. What command does this?
git remote -v
shows the new addressorigin https://[email protected]/myname/yiishop.git (fetch)
origin https://[email protected]/myname/yiishop.git (push)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question