Skip to content

Instantly share code, notes, and snippets.

View yeasinat's full-sized avatar

Yeasin Arafat yeasinat

View GitHub Profile
@yeasinat
yeasinat / settings.json
Last active March 10, 2025 00:35
Custom css for VSCode test customization
// Add this two lines in your VSCode settings
{
"vscode_custom_css.imports": [ "file://your-css-file-path" ],
"vscode_custom_css.policy": true
}
@yeasinat
yeasinat / git_shortcut.md
Last active September 12, 2024 15:14
Git Workflow with a "Lazy" Alias

Steps to Set Up the "Lazy" Alias

Open the Git Configuration File

On macOS or Linux, open your terminal and run:

git config --global --edit

On Windows, use: