Git Reset
Git Reset
$ ls
aboutus.html chatwithus.html file1.txt logout.html order.html profile.html
seller.html
cart.html feedback.html file2.txt offers.html product.html remotefile.txt
status.html
Untracked files:
(use "git add <file>..." to include in what will be committed)
aboutus.js
cart.js
nothing added to commit but untracked files present (use "git add" to track)
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: aboutus.js
new file: cart.js
Untracked files:
(use "git add <file>..." to include in what will be committed)
offers.js
profile.js
nothing added to commit but untracked files present (use "git add" to track)
Untracked files:
(use "git add <file>..." to include in what will be committed)
profile.js
nothing added to commit but untracked files present (use "git add" to track)
Untracked files:
(use "git add <file>..." to include in what will be committed)
aboutus.js
cart.js
file2.txt
offers.js
profile.js
remotefile.txt
no changes added to commit (use "git add" and/or "git commit -a")