Skip to content

titogeorge/most_common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

keytool

See all the certificates in key store.

$ keytool -list -v -keystore /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/cacerts

Note:

Maven

Set mvn pom version to latest git commit.

mvn versions:set -DgenerateBackupPoms=false -DnewVersion=myproject-`git rev-parse --abbrev-ref HEAD`-`git log -n 1 --pretty=format:'%H'`

Note:

  • Used with CD tool to easily root-cause "My code not deployed" Bug
  • Sets version in format 'myproject-branch_name-commit_hash'

Markdown by StackEdit

About

Some commands that I use often.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors