Skip to content

Instantly share code, notes, and snippets.

@weishang
weishang / git-alias.md
Created October 28, 2024 17:47
git alias

alias gfa="git fetch --all"
alias gcb="git rev-parse --abbrev-ref HEAD"
alias glb="git branch -vv"
alias gpb='git push origin $(gcb)'
alias gl='git log --oneline'
alias gsu='git submodule update'
 
@weishang
weishang / windows_setup.md
Last active October 28, 2024 21:21
Windows Setup