Skip to content

Instantly share code, notes, and snippets.

View Y3ASIN's full-sized avatar

Yeasin Arafat Y3ASIN

View GitHub Profile
@Y3ASIN
Y3ASIN / git-alais
Last active January 10, 2024 06:37
Github alais
To merge git add, git commit & git push there is a function:
[alias]
"lazy" = "!f() { git add -A && git commit -m \"$@\" && git push; }; f"
To use alais:
1. In mac or linux open your terminal and type "git config --global --edit".
i. For windows type "git config --global -e".
2. Then there will be an editable section you have to use vim.
3. For set alais insert "i" to write text in the terminal.