Git repo version

daim

New member
Messages
130
Points
0
Hi there,

Im very new with git. I would like to know, how do we know that our current version of repo and current version of hercules repo.

thanks

 
right-click your hercules folder, then select : TortoiseGit -> Show log

 
Code:
git rev-parse HEAD
got it, but how do i know that what version currently in HERCULES master version?
 
Code:
git show-ref refs/remotes/origin/master
Replace the word 'origin' with whatever you named your remote. Typically origin is the default / best practice naming convention for the remote repo.
 
Last edited by a moderator:
Back
Top