repo-manager/functions/get.zsh

3 lines
39 B
Bash
Raw Normal View History

2024-10-08 01:35:43 +00:00
repo_get() { repo_clone "git" "$1"; }