Z@TOC
1 Basic| Command | Discription |
|---|---|
| CD [/D] [drive:][path] | Change from one directory to another. (/D is for directory changing or just use drive: COMMAND) |
| MKDIR [ | Create subdirectories. |
| REN [ | Rename. |
| ASSOC [.ext[=[fileType]]] | Associate some file extensions to some programs. |
| FC /a [/c] [/l] [/lb |
Windows CMD Commands: Basic CMD prompt Commands List
2 git| Command | Discription |
|---|---|
| git --version | Check the git version. |
| git clone | Create a local copy of the repo. |
| git pull | Incorporates changes from a remote repository into the current branch. |
| git diff | Show changes. |
| git add | Add file contents to the index. |
| git commit -a -m"" | |
| git push | |
| git log | |
| git rm | |
| git status |
Git documentation



