############################
############################ Desktop % cd P
############################ P % ls
#####    Fab Academy  #####
############################ P % cd FabAcademy
############################ FabAcademy % ls
Public
############################ % cd Public
############################ % git status
fatal: Not a git repository (or any of the parent directories): .git
############################ Public % git init
Initialized empty Git repository in /Users/Desktop/Projects/FabAcademy/Public/.git/
############################ Public % git status
On branch master

No commits yet

nothing to commit (create/copy files and use "git add" to track)
############################ Public % git clone https://gitlab.com/mozta.rpa/template-fab
Cloning into 'template-fab'...
warning: redirecting to https://gitlab.com/mozta.rpa/template-fab.git/
remote: Enumerating objects: 77, done.
remote: Counting objects: 100% (77/77), done.
remote: Compressing objects: 100% (73/73), done.
remote: Total 77 (delta 9), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (77/77), done.