Suppose you are working in CompanyX and you have got project from CompanyY to work upon. Alternatively, it means CompanyY have outsourced a project to CompanyX.
Usually in these scenarios, CompanyY asks the CompanyX's team to create new GitHub accounts specifically dedicated to this project.
So in that case, it would be best practice to create accounts with common prefix which represents the CompanyY in some sense, where you may use short-form of project or CompanyY name, e.g., comy. The other part should represent the team members' name but should hide the identity of that person as well.
For this you may follow the steps given below for creating an account on Github, that would be dedicated to CompanyY
- Go to https://github.com/.
- Register an account with the user-id, specifically made for CompanyY
- User id should be comy-< first 2 characters of your firstname >< first 2 characters of your lastname >. e.g.,
- Peter Parker ⟶ comy-pepa
- Tony Stark ⟶ comy-tost
- Remember that you need to register the account with email address associated with your CompanyY account, in case you don't have it then you may use your CompanyX email address but as soon as you'll get the CompanyY account, replace it.
- User id should be comy-< first 2 characters of your firstname >< first 2 characters of your lastname >. e.g.,
- Then, go to https://github.com/sampleapps/ .
- Look for the required project, clone it at your system using Git command-line or Sourcetree app.
- After cloning the repository, you may begin to contribute but make sure with Admin whether you have necessary permissions.
Comments
Post a Comment