I am new to GitHub private repositories. I am use to public repositories in GitHub. I know, there is a concept of pull request/ merge pull request.
I am wondering if GitHub PRIVATE repositories have these concepts of pull requests and so!
Actually I am a regular user of BitBucket private repositories. There, I can give read/write/admin access to my team members, and they can directly push/update their work to the repositories with no problem. It is much easier (I feel) than the GitHub Pull request concept.
I assume that the pull request concept is only for the public repositories as a private repository can be controlled (push/pull/update) closely with my team members.
Anyone kindly elaborate with a proper example, how to handle GitHub private repositories for giving access (read/write) to my team.
Note: I am regularly using Android Studio for git integration. PS: I know how to create private repository and how to work with public repositories by using Pull Request concept.