[alias] st = status ci = commit br = branch co = checkout p = push origin cap = "!f() { git commit -m \"$@\"; }; f" int = "!f() { git cap \"🎉 initial commit $1 $2\"; }; f" addfeature ="!f() { git cap \"🚀 implementing a new feature $1 $2\"; }; f"; con = "!f() { git cap \"🚧 work in progress $1 $2\"; }; f"; conf ="!f() { git cap \"🔧 Add or update configuration files. $1 $2\"; }; f"; new = "!f() { git cap \" ⚗ Experiment new things$ 1 $2\"; }; f"; speark = "!f() { git cap \" ✨ Introduce new features $1 $2\"; }; f"; art = "!f() { git cap \" 🎨 format of the code $1 $2\"; }; f"; ref = "!f() { git cap \" ♻️ refactory code $1 $2\"; }; f"; move = "!f() { git cap \" 🚚 move file $1 $2\"; }; f"; break = "!f() { git cap \" 💥 braking changes $1 $2\"; }; f"; fire = "!f() { git cap \" 🔥 remove file $1 $2\"; }; f"; cri = "!f() { git cap \" 🚑 critical hotfix $1 $2\"; }; f"; fix = "!f() { git cap \" 🔨 fixing a bug or issue $1 $2\"; }; f"; asset = "!f() { git cap \" 🍱 add or update assets $1 $2\"; }; f"; database = "!f() { git cap \" 🗃 database changes $1 $2\"; }; f"; rmlog = "!f() { git cap \" 🔇 remove log $1 $2\"; }; f"; seeder ="!f() { git cap \" 🌱 update or changes seeder daabase $1 $2\"; }; f"; compile ="!f() { git cap \" 📦 Add or update compiled files or packages $1 $2\"; }; f"; comment = "!f() { git cap \" 💡💬 add good comment $1 $2\"; }; f"; doc = "!f() { git cap \" 📝 write docs $1 $2\"; }; f"; pin = "!f() { git cap \" 📌🏷️ specific version $1 $2\"; }; f"; bookmark = "!f() { git cap \" 🔖 version tags $1 $2\"; }; f"; test = "!f() { git cap \" ✅ Add or update tests. $1 $2\"; }; f";