Data Stream
Push
git pushThe push term refers to upload local repository content to a remote repository.
Push Data
git push origin masterDelete Remote Branch
git push origin --deletePull
Pull the data from the server.
git pull or git pull origin masterLast updated