Sunday, April 19, 2020

useful git commands

I've started linking github issues with commits. To do that, paste the hash of the commit in Github's issue.

If you want to know the hash of the current git HEAD

$ git rev-parse HEAD

No comments:

Post a Comment