Browsing Tag
git
91 posts
⏪ 4 Ways to Undo a Git Commit – Amend vs Reset
I’m quite sure all of these happened to you at least once: You committed a change with the…
Slimming Down Repo-1
Most of the repository providers (Github, Bitbucket) have a size limitation on the repository size and mechanisms to…
How to Create a New Reposiorty on Github
Introduction There are different means of pushing your project to GitHub, it can be done manually on your…
Split a commit into 2 commits with `git rebase`
Overview Git is a powerful version control system that allows developers to track and manage changes to their…
Version Control System
What is version control? Version Control or Source Control (known as VCS) helps you track and manage the…
Git Cheat Sheet with 40+ commands & concepts
Tired of memorizing git commands? Here is a cheat sheet with 40+ commands to simplify your life. 1.…
#gitPanic – Working in a Repo
When I started my current role, I had been using git in a professional setting, but not Github.…
#gitPanic – Merging and Rebasing
The last blog covered adding your changes to a remote branch, but what if other developers are working…
[ES] Git. Guía desde cero.
En este artículo veremos desde la creación de un nuevo repositorio hasta la publicación de este en un…
Automate and Auto-Merge Pull Requests using GitHub Actions and the GitHub CLI
So I’ve written about how I automated content updates for my blog before. I even gave a talk…