Introduction
In my previous article, we discussed the project on Github and the project board. Also, we got the steps to create a project and project Board in GitHub and steps to link GitHub repository with Project.
In this article, I will describe the below-mentioned points in detail,
- Know about teams in GitHub
- Steps to create teams in GitHub
- Group organization members into teams with permissions and mentions
- Create independent or nested teams to manage repository permissions and mentions
Note
Before going through this session, please visit my below-mentioned sessions related to Git and GitHub,
- Introduction To Git
- Steps For Configuring Git With Details
- Let's Know About Git Add, Git Commit, Git Status, And Git Push-In Details
- Let's Understand How Git Maintains History Of Version Or Commit Ids With Details
- Steps To Initialize A Git Repository And Push The Changes To GitHub In Details
- Let's Know About Git Branches And How To Implement It
- Let's Understand About Git Branches And Its Real-Time Uses
- Let's Learn About Merging The Git Branches And Create Pull Request In Details
- Steps To Ignore Files Using Gitignore In Details
- Let's Learn About Git Default Branch In Detail
- Steps To Create And Configure Organizations In GitHub In Details
- Let's Learn About GitHub Projects In Detail
Know About Teams In GitHub
We require to provide access to developers and other team members on projects and repositories to complete our work. We can provide access to each and every user or we can control the access by grouping users in a team. In case you are managing a large enterprise environment then it is the best approach to create teams and provide them access to users.
Steps To Create Teams In GitHub
Click on the Teams option as per the below image,

Then click on New team as per the below image,

Next, We put few details about the team as per the below image,

After the successful creation of the team, the interface will be shown below,

Let's add members by click on the Members option in this team called Health Portal API Team. As of now the only member of this team is the owner of this project/Team called InfoSatya. Here click on Add a member as shown below,

I have created another account on GitHub called satyaCsgithub in our production environment. So, here the owner of this team will send an invitation to another GitHub members that is satyaCsgithub. Here I recommend mentioning the user name of this GitHub member to invite as shown below. This member should be a part of the GitHub organization. I already added this member to our GitHub organization as described in the previous session. If not then the popup with the blue screen as per the below image will show that Not a member of this GitHub organization.
















Join the conversation! Your thoughts help the community grow.