git commands - Massii94/GENERAL-TUTORIAL GitHub Wiki
1-check the tags:
git tag
2-check the current tag:
git describe --tags
3-switch to specefic tag:
git checkout tags/<specefic tag>
4-find differences between a new file and another file in a special commit and save it:
git show 0de3979557f48f77ffcde2469bcc8b305e70bc54:CameraSetting/top.pfs > /home/sorter3/topold.pfs