Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to sort tags on git tag

Use version with sort

```
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 :: Contact the upstream for the repository and get them to fix the problem. 
Shell :: linux terminal delete file 
Shell :: git clone depth 
Shell :: pdf to images imagemagick 
Shell :: how to find and kill a running process on a port in mac 
Shell :: git clone permission denied 
Shell :: unzip specific folder linux 
Shell :: gitlab server certificate verification failed 
Shell :: git bash terminal weird characters 
Shell :: bash get field from line 
Shell :: find logs in kubernetes pods 
Shell :: linux kill process 
Shell :: ffmpeg boost audio level 
Shell :: checking git settings 
Shell :: sl in linux 
Shell :: install software manager linux kali 
Shell :: suicide linux 
Shell :: heroku delete branch 
Shell :: remove folder from git repository 
Shell :: git revert merge commit 
Shell :: master to main github 
Shell :: ubuntu dotnet 6 
Shell :: Please install mariadb package manually 
Shell :: push an existing repository from the command line on github 
Shell :: how to print new line in shell script 
Shell :: git squash commits 
Shell :: bash replace substring in string 
Shell :: intel pinning threads 
Shell :: bash command in variable 
Shell :: Rollback a Particular Commit in git command 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =