User Tools

Site Tools


git:git_rev-parse

This is an old revision of the document!


GIT - git rev-parse

To find out which commit object a tag or branch points to.

git branch
* master
  new-feature
 
git tag
v1.0
 
git rev-parse new-feature
c8d2325b3f06e139f6dea0dccbfac8062184ddf6
 
git rev-parse v1.0
52dfb067b89915668361f7f30fca92fd48fa8f2c
git/git_rev-parse.1479807522.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki