Skip to content

Instantly share code, notes, and snippets.

View yasinkacmaz's full-sized avatar
🤡
PokerFace

Yasin Kaçmaz yasinkacmaz

🤡
PokerFace
  • Yemeksepeti
  • Istanbul
View GitHub Profile
@yasinkacmaz
yasinkacmaz / .zshrc
Last active February 2, 2023 14:02
Yasin Git Command Aliases
# I don't like super short aliases that git offers by default.
# For example gaa for -git add .- or gc for checkout or commit
# These aliases seem to me more natural, easier to remember as they mostly named as the operation intended
# Some of these aliases can be used easier with a text editor set to Git.
# Here is how to do it: https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git
# I also recommend using .zsh with ohmyzsh extension with autosuggestions and autocomplete plugins. It will make typing these aliases much faster.
# Here is how: https://techviewleo.com/how-to-install-zsh-and-oh-my-zsh-on-macos-big-sur/
# You can copy-paste the entire text to .zshrc and it will work as intended.
# My OhMyZsh Plugins: