Oh my zsh git plugin cheatsheet
Some useful shortcuts I use with oh-my-zsh git plugin.
AliasCommandNotes
gbgit branchList of local branches
gbagit branch -aList of local and remote branches
gcamgit commit -amAdd all files to stage and commit
gcmsggit commit -mGit commit m...
giuliachiola.hashnode.dev2 min read