Git

Git

6
3
1

How to Use Husky and Lint-Staged with Git Hooks: Automate Code Quality & Formatting

One way to ensure code quality is by using Git hooks in conjunction with tools like Husky and lint-staged. These tools allow you to automate code quality checks and formatting (...)
Harish Kumar
How to Use Husky and Lint-Staged with Git Hooks: Automate Code Quality & Formatting
0
0
2598

Git Cheat Sheet - Commands

git init <directory>:  Create empty Git repo in the specified directory. Run with no arguments to initialize the current directory as a git repository.
Deepak Kumar
Git Cheat Sheet - Commands
1
0
6657

Create Git aliases, And Git Commands You May Not Know

One of my favorite feature in Git is aliases. Git supports aliases, which implies you can provide your commands any name you need. I like to set aliases for long commands to avoid (...)
Harish Kumar
Create Git aliases, And Git Commands You May Not Know
0
0
1896