You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pavel Kryukov edited this page Apr 18, 2017
·
1 revision
Введение
Команда git status позволяет вам контролировать то, что попадёт в репозиторий при коммите и, в конечном счёте, при пуше.
Пример вывода
ggg@scilla:~/mipt-ilab-course.wiki$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: cmd-menu.png
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: UsingGitOnWindows.wiki
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# cmd-config.png