#code-management — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #code-management, aggregated by home.social.
-
Easy Dependency Injection for Unity and C# #Dependencyinjection #Unity #C #Monobehaviours #Codemanagement #Objectmanagement #AssetStore
https://u3dn.com/packages/easy-dependency-injection-for-unity-and-csharp-204241
-
🎉 Oh joy, an article dedicated to GitHub’s #uptime charts, because what could be more thrilling than monitoring the snooze-fest of server reliability statistics? 😴 Let's all pretend to be shocked as we discover that the site where everyone dumps their code sometimes stays up. Truly groundbreaking stuff, folks! 🚀
https://damrnelson.github.io/github-historical-uptime/ #GitHub #ServerReliability #TechHumor #DeveloperLife #CodeManagement #HackerNews #ngated -
🎉 Oh joy, an article dedicated to GitHub’s #uptime charts, because what could be more thrilling than monitoring the snooze-fest of server reliability statistics? 😴 Let's all pretend to be shocked as we discover that the site where everyone dumps their code sometimes stays up. Truly groundbreaking stuff, folks! 🚀
https://damrnelson.github.io/github-historical-uptime/ #GitHub #ServerReliability #TechHumor #DeveloperLife #CodeManagement #HackerNews #ngated -
Ah, yet another thrilling saga in the eternal battle of #Fossil #vs. #Git ⚔️. Who knew comparing two slightly different flavors of version control could induce such a deep existential crisis? 🤯 Spoiler: They both store stuff. 💾
https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki #VersionControl #ExistentialCrisis #TechDebate #CodeManagement #HackerNews #ngated -
Ah, yet another thrilling saga in the eternal battle of #Fossil #vs. #Git ⚔️. Who knew comparing two slightly different flavors of version control could induce such a deep existential crisis? 🤯 Spoiler: They both store stuff. 💾
https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki #VersionControl #ExistentialCrisis #TechDebate #CodeManagement #HackerNews #ngated -
Unison Web Launches UCM Desktop: A New Era for Code Management
Unison Web has just unveiled its first release of UCM Desktop, a game-changing tool for developers looking to streamline their project codebases. With features that enhance browsing, searching, and wo...
https://news.lavx.hu/article/unison-web-launches-ucm-desktop-a-new-era-for-code-management
-
"Git Branching Strategy Guide - DEV Community" https://dev.to/dev_2311/branching-strategy-guide-24d6 #VersionControl #SoftwareDevelopment #DevOps #Programming #CodeManagement #BranchingStrategies #TeamCollaboration #Agile #CI/CD.
-
"Git Branching Strategy Guide - DEV Community" https://dev.to/dev_2311/branching-strategy-guide-24d6 #VersionControl #SoftwareDevelopment #DevOps #Programming #CodeManagement #BranchingStrategies #TeamCollaboration #Agile #CI/CD.
-
A clean Git history is the key to successful teamwork and quick bug fixes. Errors can only be successfully tracked down if it is always possible to trace when and where code was changed by whom and for what reason.
🥴 However, in the rush of the battle, the changes that are packaged in a commit are sometimes not taken very seriously. Who has never experienced this? A change that is actually unrelated to the current work package has made it into the commit because the file has already been saved temporarily.
💡The solution: With an "interactive add" (git add -i), you can pack partial changes ("hunks") into a commit and specify line by line what should be included in the next commit.
:git: "Staging patches": https://git-scm.com/book/en/v2/Git-Tools-Interactive-Staging
#git #zeroiee #code #programming #opensource #sourceControlManagement #codeManagement #versionManagement #versioning
-
A clean Git history is the key to successful teamwork and quick bug fixes. Errors can only be successfully tracked down if it is always possible to trace when and where code was changed by whom and for what reason.
🥴 However, in the rush of the battle, the changes that are packaged in a commit are sometimes not taken very seriously. Who has never experienced this? A change that is actually unrelated to the current work package has made it into the commit because the file has already been saved temporarily.
💡The solution: With an "interactive add" (git add -i), you can pack partial changes ("hunks") into a commit and specify line by line what should be included in the next commit.
:git: "Staging patches": https://git-scm.com/book/en/v2/Git-Tools-Interactive-Staging
#git #zeroiee #code #programming #opensource #sourceControlManagement #codeManagement #versionManagement #versioning
-
5/ Si vous envisagez de lancer un nouveau projet, pensez à utiliser un Monorepo pour faciliter la collaboration, la maintenance et les tests de votre code. #devops #codemanagement