jmcdo29 / testing-nestjs

A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
MIT License
2.88k stars 379 forks source link

Can't push to sidebranch for PR - getting permission denied #2004

Closed manzurola closed 11 months ago

manzurola commented 11 months ago

remote: Permission to jmcdo29/testing-nestjs.git denied to manzurola.

Do I need a token or something?

I have a new mock example app ready and some readme fixes

jmcdo29 commented 11 months ago

Fork the repo, set a git remote to your fork, make changes locally after climbing either the fork or the main, push changes to the fork, and pull request from the fork to the origin