GIT Helpful Tips

git log --graph --oneline --all --decorate

Latest commit on a branch:

"ccundo": "github:RonitSachdev/ccundo#branch-name"

This will install the latest commit from branch-name.

"ccundo": "github:RonitSachdev/ccundo#<commit-sha>"

Specific tag

"ccundo": "github:RonitSachdev/ccundo#v1.2.3"