Create Git Alias

PHOTO EMBED

Tue Mar 08 2022 11:36:41 GMT+0000 (Coordinated Universal Time)

Saved by @jolexag344 #git #alias

 git config --global alias.ci "commit"
 git config --global alias.st "status"
 git config --global alias.co "checkout"
content_copyCOPY

1. Vía bash 2. Vía file .zshrc or .gitconfig

https://learntutorials.net/es/git/topic/337/alias