Skip to content

tetrane/checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkout

Tool to recursively update submodules in no-brain mode.

Getting the binary

Each release produces new binaries:

Adding to CI

Linux

- apt update && apt install -y --no-install-recommends curl 
- |
         curl --location --output /usr/local/bin/checkout \
              "https://github.com/tetrane/checkout/releases/latest/download/checkout-static"
- chmod +x /usr/local/bin/checkout
- checkout

Windows

- wget -OutFile checkout.exe
             "https://github.com/tetrane/checkout/releases/latest/download/checkout.exe"
- checkout.exe

Building from source

cargo build --release

will generate the target/release/checkout binary.

Usage

checkout --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages