Particularly, my team have a Bonobo git and we must use pull request as a important part of workflow but I can't pull request in Bonobo git even by command, what should I do now? Thanks!
Asked
Active
Viewed 3,099 times
1 Answers
8
"Pull requests" are not a feature of Git, they're a feature of sites like Github, and Bonobo doesn't have that sort of thing.
Commands like git pull
work fine with Bonobo, but that's not a "pull request".

Will Dean
- 39,055
- 11
- 90
- 118
-
1Thanks! My team will use another way :D ! – Fes Nguyen Nov 27 '17 at 10:42
-
2@FesNguyen Which way your team selected.?. I have the same scenario. – Ajith Sep 18 '18 at 07:24
-
By sticky notes :D – Fes Nguyen Jan 03 '19 at 01:51