Bhupesh-V / dotman

dotman is a simple, elegant & easy to use dotfiles manager 🖖🏽
https://bhupesh-v.github.io/dotman
MIT License
106 stars 18 forks source link

update tooling, clone only latest tagged release #10

Closed Bhupesh-V closed 4 years ago

Bhupesh-V commented 4 years ago

Cloning tagged release will make a stable & consistent version available version to users.

  1. Find remotes using

    git ls-remote --tags https://github.com/Bhupesh-V/tutorialdb.git | tail -1 | awk '{print $2}'
  2. Clone the latest tag.

    git clone -b 'v2.0' --single-branch --depth 1 https://github.com/git/git.git