如何为`git tag -s`设置别名`git tag`?

时间:2017-07-04 16:46:19

标签: git bash

如何为"type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [5.53204822887795, 51.609252234043296, 0.0] } }, etc... 设置别名var styleFunction = function(feature) { var style = new ol.style.Style({ image: new ol.style.Circle({ radius: calculateRadius(feature), fill: new ol.style.Fill({ color: 'rgba(255, 0, 0, 0.5)' }), stroke: null }) }); return style; };

git tag

现在我无法在git tag -s中覆盖此内容。这不像我看到的那样有效。我认为这是因为[alias] tag = tag -s .gitconfig的预定义参数。可以使用Bash中的别名或函数来完成吗?

git version 2.13.1

0 个答案:

没有答案