Search code examples
gitgit-pushgit-commit

how to develop the same project in github using the different accounts


I want to develop a project with mates . The project is in my repository. If it is possible for my mates to commit their code to my repository directly using their own accounts without my permission and code review? How to realize this? I need some details. Thanks a lot.


Solution

  • Have you looked at this? Your mates can propose file changes. Then all you have to do is accept them.