Anik Kumar Nandiblog.anikweb.me·Oct 20, 2024How to Set Bash Aliases for Git Commands on WindowsIn this blog post, I’ll walk you through setting up Git command aliases in a Windows environment by creating a .bashrc file. This file allows you to add shortcuts and customizations, making your workflow more efficient. We’ll also cover some Git-spec...2 likes·112 readsgithub alias
Varsha Vermacloud-and-devops.hashnode.dev·Apr 1, 2024Mastering Git: Lesser-Known Tricks for Efficient Version ControlWelcome Techies 👩🏾💻🧑🏾💻If you are new here, please check other blogs on git where I have covered Basic to Advance (simply click on each to navigate to those blogs) and then continue here to know additional tips and tricks that can enhance your...1 like·119 readsmastering git
Aashish Chakravartyaashishchakravarty.hashnode.dev·Aug 13, 2023Simplifying Git Commands: Creating Aliases in Your Shell ConfigurationIn the realm of version control, Git has become the backbone of modern software development. The efficiency of your workflow greatly depends on how well you can navigate and interact with Git's vast array of commands. To make your life easier, both Z...Git