Category Git

GIT USEFUL PRACTICES

The terminal prompt below is currently in a directory decided to name “octobox”. To initialize a Git repository here, type the following command: –git init our “octobox” directory now has an empty repository in /.git/. The repository is a hidden directory where Git operates. Directory: A folder used for storing multiple files. Repository: A directory where […]