gitDemo
gitDemo
$ git status
fatal: not a git repository (or any of the parent directories): .git
No commits yet
No commits yet
Untracked files:
(use "git add <file>..." to include in what will be committed)
f1.txt
index.html
login.java
p1.py
nothing added to commit but untracked files present (use "git add" to track)
No commits yet
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: f1.txt
new file: index.html
new file: login.java
new file: p1.py
Run