I would like to clone the Apache Falcon project. But not the trunk/ master branch. I would like to clone the 0.6.1 branch.
For master branch I would do it with following command: git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon
But what to do for the 0.6.1 branch (https://github.com/apache/falcon/tree/0.6.1). Please help me.