Existing

This section provides an overview of Existing.

    git init
    git remote add origin git@.....
    git branch -m master main
    git add .
    git commit -m
    git push origin main