Mingw64: (Master)
Mingw64: (Master)
Faizan@LAPTOP-KJB3QCJN MINGW64 /
$ dir
LICENSE.txt cmd git-bash.exe proc unins001.exe
ReleaseNotes.html dev git-cmd.exe tmp unins001.msg
bin etc mingw64 unins001.dat usr
Faizan@LAPTOP-KJB3QCJN MINGW64 /
$ C
bash: C: command not found
Faizan@LAPTOP-KJB3QCJN MINGW64 /
$ git C
git: 'C' is not a git command. See 'git --help'.
Faizan@LAPTOP-KJB3QCJN MINGW64 /
$ cd C
Faizan@LAPTOP-KJB3QCJN MINGW64 /C
$ cd /c/Users/faiza/test
Untracked files:
(use "git add <file>..." to include in what will be committed)
Demo.txt
info.txt
info1.txt
info2.txt
info3.txt
nothing added to commit but untracked files present (use "git add" to track)
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.