#git
Read more stories on Hashnode
Articles with this tag
Simple Tips for Enhancing Git Commit Messages · When working with code, explaining to others what we've done in our code is not easy. Writing commit...
Sometimes we ignore the duplicate files for every project.DS_Store or npm-debug.log*, we can save time using a global .gitignore. Note: Be Keep in...
If you use vscode for commits, the screen area is a bit small. Add these lines in .gitconfig to configure for use vscode for write commits. [core] ...