CD COMMAND IN GIT

Опубликовано: 16 Май 2026
на канале: CodeBrim
38
1

The cd command stands for "change directory" — it's used in command-line interfaces (like Terminal, Git Bash, Command Prompt, or PowerShell) to navigate between folders in your file system.

cd foldername = Move into a folder called foldername
cd .. = Move up one directory level
cd ../.. = Move up two levels

#commandline
#terminal
#bash
#zsh
#shellcommands
#linuxcommands
#cdcommand
#cli
#devtools
#codingtips