Skip to content

Instantly share code, notes, and snippets.

View Y3ASIN's full-sized avatar

Yeasin Arafat Y3ASIN

View GitHub Profile
@Y3ASIN
Y3ASIN / 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: