Mastodon: @[email protected]
- 129 Posts
- 10 Comments
canpolat@programming.devOPMto
Git@programming.dev•git push? Do your pushups firstEnglish
1·6 months agoI take full responsibility for this. I thought this was a parody. I didn’t think anybody in their right mind would actually use this. In my defense their page contains of fake product reviews. Anyway… It’s probably best to remove this, I’m perhaps mistaken. Thanks for the warning.
canpolat@programming.devMto
Git@programming.dev•Branching strategy for a text based projectEnglish
2·2 years agoFor us to be able to help you, I think you need to give us some more details about the organization of your work. If each chapter is a separate text file, then you don’t really need to do any branching at all (assuming people will only make changes on their own files and not touch others’ work). If it is a single text file, branching (or anything else, to be honest) will not help much.
I assume chapters will have their separate files. As long as you can control who touches which file, everybody can work on the same branch (also referred to as “trunk based”). But if you fear that people may interfere with each other’s work (willingly or by accident), then it makes sense to create a branch per chapter to keep contributors at a distance from each other. But working on a single repository requires some sort of an agreement on the workflow.
canpolat@programming.devto
Linux@programming.dev•What are some good name suggestions for the rebranding of OpenSuse?English
141·2 years agoDon’t they already have the names Leap and Tumbleweed? Changing the name to Leap would make sense since it’s the name of the “official LTS” version. At this point it sounds like “openSUSE” is the name of the project and not the distro. But I haven’t been following them closely, so perhaps I’m wrong.
canpolat@programming.devMto
Git@programming.dev•Git isn't working when i clone, fetch, or pushEnglish
10·2 years agoNot sure but that sounds like you have a problem with your Git installation (or a dependency of Git). Maybe a reinstallation can solve that.
canpolat@programming.devOPMto
Git@programming.dev•How Git Works (zine by Julia Evans)English
3·2 years agoI understand the “why would I pay for this” reaction. I think crowdsourcing is a better approach for these kinds of content. Once you reach certain level of financial commitment from the crowd, you can give away the PDF and sell the print copy.
canpolat@programming.devOPMto
Git@programming.dev•What were your misconceptions about Git when you first started?English
26·2 years agogit branches are just homeomorphic endofunctors mapping submanifolds of a Hilbert space
Yeah, once you realize that everything falls into place.
canpolat@programming.devOPMto
Git@programming.dev•Git alias idea: "git browse" to open repo in browserEnglish
16·2 years agoI believe you can replace
startwith the command that is suitable for your system (e.g.,xdg-openfor linux).
Here is the link to the original website (an NGO that monitors blocked websites in Turkey): https://ifade.org.tr/engelliweb/distrowatch-erisime-engelledi/
And here is the Google translation of the text on that page:
The IP address of the DistroWatch platform, which provides news, reviews, rankings and general information about Linux distributions, was blocked by the National Cyber Incident Response Center (USOM) on the grounds of “IP hosting/spreading malware”.
canpolat@programming.devMto
Git@programming.dev•What's your opinion on git rebase vs git merge?English
1·3 years agoThat depends on the PR tool. I don’t know how others work, but Azure DevOps handles rebases quite well (as long as you are rebasing to the target of your PR).









If the project was FOSS, it would have been interesting to follow the development and learn from it. But it being proprietary, I don’t see why anybody would be interested in it, TBH.