mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
8 lines
130 B
Bash
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
|
|
|
|
|