netcdf-c/debug/update
Dennis Heimbigner d28c65ec2b updae
2020-05-07 20:40:25 -06:00

8 lines
130 B
Bash

#!/bin/sh
#git remote add unidata https://github.com/Unidata/netcdf-c.git
git fetch unidata
git rebase unidata/master
#git push