you can clone the repo to your computer
this command adds a change in the working directory to the staging area
this command captures a snapshot of the project's currently staged changes.
default branch name main or master
The origin represents a remote name where the user wants to push the changes.
git push command push commits made on a local branch to a remote repository.
To delete local branch, use this command