Created
July 21, 2025 03:57
-
-
Save trinhvanminh/33a12162d8018e683c4c9b69e2b66750 to your computer and use it in GitHub Desktop.
git aliases for powsershell profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // notepad $profile | |
| function cm { git commit @args } | |
| function ad { git add @args } | |
| function st { git status } | |
| function pl { git pull } | |
| function pu { git push } | |
| function lg { git log --oneline --graph --all } | |
| function co { git checkout @args } | |
| function br { git branch } | |
| function mg { git merge @args } | |
| function df { git diff @args } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh-my-posh
zoxide (enhance cd tool)
fnm (fast node management - faster version of
nvm)pnpm