-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If you want to see your changes timeline, you can use:
git log
git status
it will compare the difference between working dir and your last commit.
and checkout what has saved to stage and what has not.
# git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: greatest.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
hello.txt
Metadata
Metadata
Assignees
Labels
No labels