GitHub
Fork the original repositoryGit
git clone https://github.com/MY_USERNAME/MY_FORK.gitgit checkout DEVELOPMENT_BRANCHNAME
git branch
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
git remote -v
git push -u origin DEVELOPMENT_BRANCHNAME
git fetch upstream
git --version
git config --list
git config --global credential.helper wincred