Git - rev-parse

About

rev-parse 1) is a command line tool that permits to parse the output and output a single value.

Example

For a commit

git rev-parse commitHash^{tree}





Discover More
Git - Upstream Branch (Tracking branch)

An upstream is a configuration of a local branch that set the remote branch that it's tracking. cloning @{u} or @{upstream} means the upstream branch of the current branch @{upstream} or @{u}...



Share this page:
Follow us:
Task Runner