daim 5 Posted September 5, 2014 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 Quote Share this post Link to post Share on other sites
0 arisgamers 6 Posted September 5, 2014 right-click your hercules folder, then select : TortoiseGit -> Show log Quote Share this post Link to post Share on other sites
0 kisuka 178 Posted September 5, 2014 git rev-parse HEAD Quote Share this post Link to post Share on other sites
0 daim 5 Posted September 5, 2014 git rev-parse HEAD got it, but how do i know that what version currently in HERCULES master version? Quote Share this post Link to post Share on other sites
0 kisuka 178 Posted September 5, 2014 git rev-parse HEAD got it, but how do i know that what version currently in HERCULES master version? git show-ref refs/remotes/origin/masterReplace the word 'origin' with whatever you named your remote. Typically origin is the default / best practice naming convention for the remote repo. Quote Share this post Link to post Share on other sites
0 daim 5 Posted September 5, 2014 thanks kisuka. Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites