code/git_lazy # source git_lazy/git_lazy.sh
Few examples:
code/git_lazy # gpuo
code/git_lazy # gplo
code/git_lazy # gshlc
code/git_lazy # glcmsg
# shows diff between current branch and develop branch
code/git_lazy # gdiffdev
# vanilla diff
code/git_lazy # gf
# checkout to branch_x
code/git_lazy # gck branch_x
# checkout from current branch into new_branch
gckbr new_branch
# extracts jira from feature branch ({f|feature}/ABC-1234-blah-blah)
code/git_lazy # gcom "this is a commit"
commit message : [ABC-1234] this is a commit