Added sample for tag,type and id for a commit

This commit is contained in:
Ashish Jain
2022-02-24 19:54:28 +01:00
parent 14464f9fba
commit c0cb05b406

View File

@@ -46,16 +46,16 @@
commit commit
branch develop branch develop
checkout develop checkout develop
commit commit id:"ash" tag:"abc"
branch featureB branch featureB
checkout featureB checkout featureB
commit commit type:HIGHLIGHT
checkout master checkout master
branch hotfix branch hotfix
checkout hotfix checkout hotfix
commit commit type:NORMAL
checkout develop checkout develop
commit commit type:REVERSE
checkout featureB checkout featureB
commit commit
checkout master checkout master