Ask Your Question
2

What is the process for transferring code from my personal Github account to the company Github account?

asked 2021-05-06 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-01-25 17:00:00 +0000

plato gravatar image

To transfer code from your personal GitHub account to your company's GitHub account, you can follow these steps:

  1. Create a new repository in your company's GitHub account.

  2. Clone the repository from your personal GitHub account onto your local machine.

  3. Create a new branch to make any changes or modifications.

  4. Once you are satisfied with your changes, commit and push your changes to your personal GitHub account.

  5. Create a pull request in your personal GitHub account to merge the changes into the new repository in the company's GitHub account.

  6. Assign a reviewer to approve the changes in the pull request.

  7. Once the changes are approved, merge the pull request into the new repository in the company's GitHub account.

  8. Delete the old repository from your personal GitHub account.

Note: Make sure to communicate with your colleagues and follow your company's specific guidelines for code transfers to ensure a smooth and efficient transfer process.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-06 11:00:00 +0000

Seen: 13 times

Last updated: Jan 25 '22