Chromium has a mirror on GitHub and it’s fine. While it feels a little strange to have just one mirror (on GitHub), after moving to git entirely, nobody is stopping to them from hosting a GitLab mirror.
Chromium has a mirror on GitHub and it’s fine. While it feels a little strange to have just one mirror (on GitHub), after moving to git entirely, nobody is stopping to them from hosting a GitLab mirror.
O that’s my pet peeve, I hate integrated git GUI’s in IDE’s. The only useful thing is file and code highlight for changes, other than that I disable that stuff as fast as possible.
There are things that my GUI of choice lack, so I occasionally type out a command, although I did also bind a couple of commands to GUI buttons, so there’s that.
In my, rather short (5ish years profesionally), career I needed to rebase once. And it was due to some releasing fuck up, a branch had to be released earlier and hence needed to be rebased on another feature branch scheduled for release.
Otherwise, fetch » pull » merge, all day, every day.
Whatever gets the job done 🤷♂️
Maybe Go, haven’t messed with it at all and it looks interesting enough to try. Other than that I could do C#, since that’s where I have most experience. Maybe node.js if I would want to suffer a bit.