I have a windows computer and started learning about git and github and i also downloaded git for windows (GitBash). It supports linux commands also, and i want to use linux commands in GitBash, As i am more comfortable in Linux commands rather than windows commands. SO can i use Linux commands ?
DELL@DESKTOP-N2DUH6T MINGW64 ~
$ cd desktop
DELL@DESKTOP-N2DUH6T MINGW64 ~/desktop
$ ls
'Android Studio.lnk'*
'Eclipse IDE for Java Developers - 2020-12.lnk'*
FINAL450.xlsx
'Internet Download Manager.lnk'*
'MySQL Workbench 8.0 CE.lnk'*
'New Microsoft Word Document.docx'
ayushGitRepos/
desktop.ini
'jai new resume'/
'mass infotech letterhead.docx'
'sublime_text - Shortcut.lnk'*
DELL@DESKTOP-N2DUH6T MINGW64 ~/desktop
$ cd ayushGitRepos
DELL@DESKTOP-N2DUH6T MINGW64 ~/desktop/ayushGitRepos
$ ls
TO-DO-list/
DELL@DESKTOP-N2DUH6T MINGW64 ~/desktop/ayushGitRepos
$ cd TO-DO-list/
DELL@DESKTOP-N2DUH6T MINGW64 ~/desktop/ayushGitRepos/TO-DO-list (main)
$ ls
README.md _config.yml index.html script.js style.css
DELL@DESKTOP-N2DUH6T MINGW64 ~/desktop/ayushGitRepos/TO-DO-list (main)
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean