dpkg/switch-branch.sh

4 lines
40 B
Bash
Raw Normal View History

2023-07-19 02:13:23 +00:00
git checkout ${1}
git pull origin ${1}