forked from iicd/git-learner
		
	Merge branch 'master' of https://gitea.mhrooz.xyz/iicd/git-learner
This commit is contained in:
		| @@ -0,0 +1,8 @@ | |||||||
|  | ## git UI | ||||||
|  |  | ||||||
|  | ### 2.8.4 git rev-parse | ||||||
|  |  | ||||||
|  | ```bash | ||||||
|  | git rev-parse --symbolic --branches # 显示分支 | ||||||
|  | git rev-parse --symbolic --tags # 显示里程碑 | ||||||
|  | git rev-parse --symbolic --glob=refs/* # 显示所有的引用 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user