this post was submitted on 17 Jun 2023
4 points (100.0% liked)
Programming
3347 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd say that while it should be fine, if you have a hosted solution available it's a little crazy to not use it.
I use a GitLab instance at home for my personal and contract projects, with no other users. It's great as an interface for reviewing previous changes, browsing code in other branches, and as a final check before I merge code to my main branch (I follow the same pull request workflow I'd use at work; open a PR from my feature branch, review the code from the GitLab UI, then merge).