This commit is contained in:
Dennis Heimbigner 2020-05-06 13:27:51 -06:00
parent 2a78af1115
commit d28c65ec2b

7
debug/update Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
#git remote add unidata https://github.com/Unidata/netcdf-c.git
git fetch unidata
git rebase unidata/master
#git push