Explained the Git workflow with below steps:
Clone Repo
Create new branch locally
Make changes in files
Git add .
Git commit -m 'Update url'
Git push
Create pull request
Review, Approve & Merge PR
Changes get merged from local to Master branch on remote repo.