Skip to content

Instantly share code, notes, and snippets.

View tranquan's full-sized avatar
🥝
kiwi

Tran Quan tranquan

🥝
kiwi
View GitHub Profile
@tranquan
tranquan / .bash_profile_for_windows
Created May 27, 2022 22:35
Bash profile for windows
# Git alias
alias ls='ls -F --color=auto --show-control-chars'
alias ll='ls -l'
alias g='git'
alias gg='git push'
alias ggf='git push --force-with-lease'
alias gp='git pull'
alias gf='git fetch'
alias gfa='git fetch --all --prune'
alias gcb='git checkout -b'