© 2023 Hashnode
#git-commit
I think you are a developer who loves maintaining code using Git repo and maintain task using Jira, but doesn't have any idea to write proper git commit messages 🫣 Are you writing commit messages lik…
You can version control your Databricks notebooks by using Databricks Repos. Say goodbye to manually moving old notebooks you no longer use into a cruddy hard-to-manage folder in your workspaces! All …
You must be thinking, "Well, that's no news. Everybody knows to commit changes every now and then." Well, look here techie, I need you to grab yourself by the collar and shake vigorously like you're a…
Do you want to work on open-source projects? Do you want to develop a project with your friends? then Git is the best thing to learn. What is version control? Version control is a system which records…
Continuing from where we left off in part 1: The setup of this two-part rebase series, we started with the interactive rebase for the project, wherein we set up commands for each of the commits we wis…
Rebasing is the process of moving or combining a sequence of commits to a new base commit. The above line may sound scary at first, but rebasing is simply altering all the commits on top of a particu…
Writing meaningful git commit messages is an important part of the development process. Not only do they help you and your team understand what changes were made and why, but they also serve as a refe…
I was basically roaming around GitHub, updating my profile overview README section. I saw my contributions and it was segregated into years. Like, I started in 2021. So, it showed 2021, 2022, and 2023…
It happens many times that you just commit a change and you realized that you made a typo or you forgot to add a file before committing. When this happens you probably think of adding a new commit mes…
Learning Git isn't easy. There are tons of confusing and complicated commands. Because of this, most people only learn the absolute basics of Git such as adding and committing files. This is only a sm…