Minor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git pull
|
||||
git pull --quiet
|
||||
git tag -l --sort=-version:refname | head -n 1
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git pull
|
||||
git pull --quiet
|
||||
git tag -l --sort=-version:refname | head -n 1
|
||||