mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
#!/bin/sh
|
||
|
#git remote add unidata https://github.com/Unidata/netcdf-c.git
|
||
|
git fetch unidata
|
||
|
git rebase unidata/master
|
||
|
#git push
|
||
|
|
||
|
|