摘要:
Types Casting: Object Shapes: Typescript only cares about the shape of an object. Interfaces: only describe structure, no implementation don't compile 阅读全文
摘要:
Lightweight Tags. 如果想标注某个事件/里程碑, 就需要使用git tag tag名. 列出所有的tag: git tag --list. 可以在其它的git命令中使用tag名作为引用: git show myTag: 删除tag: git tag --delete myTag. l 阅读全文