-
Notifications
You must be signed in to change notification settings - Fork 0
GitStatus
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
TODO
- Mentors
- UsingGitOnWindows
-
GIT
- GitStatus
- GitBranches
- WorkingWithIssues
- HOWTO_create_new_test
- CommentStyle
- CodeReview
- Testing
- CodeStyle
- CompilersIDEs
- WindowsCmd
- WikiImages
- LinksAndResources
- FAQ