
Chirag
@kodewithchirag
Helping others simplify the web development journey by keeping things short.


Why do AWS Certification?
Written by Chirag
I've worked on a lot of Amazon Web Services - AWS over the years and thought of adding this as an experience to my resume, but before that, I also wanted to assure that I have a good underst...


How to Rename Local and Remote Git Branch
Written by Chirag
Have you ever wondered or come across a situation where you want to rename a Git branch? If yes then this article will help you with that. Earlier, I faced the same situation where I wanted...


Easy way to exclude files during git add
Written by Chirag
Every day we use the **"git add"** command a lot to add our changes to the index for new commits, but have you ever wondered how we can add all the changed files with some files excluded dur...


Learn to push an empty commit
Written by Chirag
Today I faced a problem while triggering the delivery pipeline and this article is about the solution to that problem. Have you ever faced the need to push a commit to a Git branch without...