mirror of
https://github.com/lupyuen/nuttx-forgejo.git
synced 2025-01-12 14:48:29 +08:00
Switch to SSH
This commit is contained in:
parent
56c44a0fec
commit
fdbcd1ad88
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/forgejo
|
||||
/data.tar
|
||||
|
|
|
@ -14,7 +14,7 @@ rm -rf $tmp_dir
|
|||
mkdir $tmp_dir
|
||||
cd $tmp_dir
|
||||
git clone https://nuttx-forge.org/nuttx/nuttx-mirror upstream
|
||||
git clone https://nuttx-forge.org/nuttx/nuttx-update downstream
|
||||
git clone git@nuttx-forge:nuttx/nuttx-update downstream
|
||||
|
||||
## Find out which Commit to begin
|
||||
pushd downstream
|
||||
|
@ -34,6 +34,7 @@ popd
|
|||
pushd downstream
|
||||
## git am \
|
||||
## $tmp_dir/commit.patch
|
||||
git status
|
||||
popd
|
||||
|
||||
## Commit the Patched Downstream Repo
|
||||
|
|
Loading…
Reference in a new issue