git
Overview of Haxe code snippets, examples and tutorials tagged with git.
Jul 17, 2018 Other / Publish to Haxelib using Travis and Github Releases
This tutorial will help you publish your library automatically to lib.haxe.org when you create a release on GitHub.‥
Mar 24, 2016 Macros / Add git commit-hash in build
This example executes a process on the system, compile-time. This allows to run a git command git rev-parse HEAD and use its result as the value.‥