Devops 2,3 Autfag
Devops 2,3 Autfag
))
$ cd /c/devops2
No commits yet
Untracked files:
(use "git add <file>..." to include in what will be committed)
form.css
form.html
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: form.css
new file: form.html
DELL@DESKTOP-JH7MEPQ MINGW64 /c/devops2 (master)
$ git commit -m "Initial commit"
[master (root-commit) bf4ad2b] Initial commit
2 files changed, 78 insertions(+)
create mode 100644 form.css
create mode 100644 form.html
Initial commit
examine the history and state (see also: git help revisions)
bisect Use binary search to find the commit that introduced a bug
diff Show changes between commits, commit and working tree, etc
grep Print lines matching a pattern
log Show commit logs
show Show various types of objects
status Show the working tree status
'git help -a' and 'git help -g' list available subcommands and some
concept guides. See 'git help <command>' or 'git help <concept>'
to read about a specific subcommand or concept.
See 'git help git' for an overview of the system.