netcdf-c/debug/update

8 lines
130 B
Plaintext
Raw Normal View History

2020-05-07 03:27:51 +08:00
#!/bin/sh
#git remote add unidata https://github.com/Unidata/netcdf-c.git
git fetch unidata
git rebase unidata/master
#git push