Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git tag sort versions

git tag -l | sort -V
or for git version >= 2.0

git tag -l --sort=v:refname
git tag -l --sort=-v:refname # reverse
Comment

PREVIOUS NEXT
Code Example
Shell :: git warning redirecting to 
Shell :: aternative wget comand 
Shell :: get code back after hard reset 
Shell :: brownie list saved accounts 
Shell :: how to connect to a git repo in cmd 
Shell :: bash delete the last line of a file 
Shell :: How to remove Directories with rm 
Shell :: use mock api 
Shell :: journalctl size 
Shell :: revert changes to all files of a type git 
Shell :: how to exit root user in linux 
Shell :: linux print directory tree 
Shell :: Command to find os version of Webserver in nmap 
Shell :: how to rename a file on cmd prompt to current date 
Shell :: run shell script linux 
Shell :: how to uninstall global babel jest npm 
Shell :: Export SSH Auth Key 
Shell :: arrow folder file github 
Shell :: multiple commands one line linux 
Shell :: linux extend path 
Shell :: add folder to github 
Shell :: TypeError: Could not load reporter "mochawesome" 
Shell :: git push f head 
Shell :: change user of a directory in linux 
Shell :: gitignore 
Shell :: download file via ssh with port 
Shell :: grep all lines after first match 
Shell :: ionic capacitor video player install 
Shell :: install cyberpanel centos 7 
Shell :: how to use ssh to connect to a remote server in linux 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =