iamwithnail
Well-Known Member
Noooooooooooo
Ps: I set up a Minecraft server for my kid this week and it was an absolute fucking ballache, well harder than most stuff I do for work.
I'm only a recent convert to it too. I like it, but find doing things 'the right way' takes way longer than just nipping in and editing a live file.
Some of the web devs in the place I work (not in my office I hasten to add) weren’t using git until earlier this year, and then I suspect only because the company standardised on it. Sometimes they didn’t use any version control at all.Not being a dick, genuine question - how did you get to 2018 doing anything that touches tech without git?
Everybody does, apart from a few weirdos. I probably know about five git commands. “Rebase”, what you say? What is this mumbo jumbo?I must admit that I tend to use Git in a rather monkey-see monkey-do way.
I have to confess that my version control had been along the lines of script.js_safe_26sept_DONOTEDIT
Pretty much what I've always done.I have to confess that my version control had been along the lines of script.js_safe_26sept_DONOTEDIT
There's a project on github that aim's to get your Ableton projects into VCS, specifically git (naturally).it's quite interesting to find out about the wider uses,
I'm confused by pull requests. Are they a git hub feature, or native to git?No no, if your feature branch works, do a.pull request and merge it into master! (I get what you're saying, but it's definitely cleaner/easier to branch from master)
Branches were revolutionary for me when I discovered them
I'm confused by pull requests. Are they a git hub feature, or native to git?
I've used git a lot but not really git hub.
I don't see why you'd need a pull request as a solo dev though. If I understand them correctly, they're a way of saying to the upstream project that you have changes for them, and works they like to pull them into their project?
If you're solo, there is no "their" project. Or It's yours. So just merge it in?