Browsing Tag
git
91 posts
Git Mastery: A Complete Guide
Introduction: Git, created by Linus Torvalds in 2005, is a distributed version control system widely used in software…
Unleash the Power of Obsidian with GitHub: A Guide to Organizing Your Digital Brain
In today’s fast-paced digital world, the need to manage and organize information efficiently has never been greater. Whether…
What is Open Source & How to contribute to it?
The current state of tech on Twitter: “You can get a job with open source.” “Open Source experience…
Mastering Standard Commits: Quick Guide to Structured Commit Messages
Hey fellow devs! 👋 Today, let’s dive into the world of “Standard Commits” and why they’re the secret…
Revolutionizing Pull Request Collaboration: CodiumAI PR-Agent VS GitHub Copilot For Pull Requests
In the dynamic world of software development, tools that enhance productivity and streamline workflows are highly sought after,…
I used CodiumAI’s PR Agent, and I love it
Recently, I started developing a PyTorch-esque library for educational purposes to know what goes into making a deep-learning…
TIL – Today I Learn 12-11 18-11 parte 2
@piluvitu .env Para quem não sabe o seu sistema por padrão tem variáveis de ambiente, que servem para…
Git commands that every coder should know
Git commands that are really common and everyone should know: git init git clone git add git commit…
Git Revert: How to the complete guide
In this article we are going to learn how to revert a single file in the Git file…
Git cheatsheet
“Don’t be overwhelmed by learning Git! 😊 It’s simpler than you might think. Here’s a condensed list of…