gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

How to Merge on Push #42

Closed Waterloo closed 4 years ago

gabrielcsapo commented 5 years ago

@Waterloo would you be able to give more context to the issue?

gabrielcsapo commented 5 years ago

Are you asking for something like what a PR is on github?

cgilly2fast commented 5 years ago

Not sure what the above question is but it would be cool to know how to do a pull request like on github

gabrielcsapo commented 5 years ago

@colbygilbert95 GitHub just compares two remote branches together. When you click merge is just merges one remote into the other. I really want to make a UI for this in https://github.com/gabrielcsapo/groffee... ☕️