how to get files from git first time code example
Example 1: find .git repository file ubuntu copy
git clone https://github.com/<user name>/<repository name> <different name>
Example 2: cloning projects from github to local repository
cd [projects-folder]
gh repo clone [user-name]/[project-name]