chore 🔧: Add Some Git Aliases

This commit is contained in:
Ayush Dumasia 2025-05-04 08:35:55 +05:30
parent f541445e91
commit 5b340a9867

View file

@ -92,6 +92,14 @@ alias vim='nvim'
alias gh-create='gh repo create --private --source=. --remote=origin && git push -u --all && gh browse' alias gh-create='gh repo create --private --source=. --remote=origin && git push -u --all && gh browse'
add(){
git add --patch
}
commit(){
bash ~/SideProjects/dotsh/gh/commit.sh
}
alias kls='kubectl get all' alias kls='kubectl get all'
alias jump='nvim $(fzf -m --preview="bat --color=always {}")' alias jump='nvim $(fzf -m --preview="bat --color=always {}")'