Switch to SSH

This commit is contained in:
Lup Yuen Lee 2024-12-21 12:32:44 +08:00
parent 56c44a0fec
commit fdbcd1ad88
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/forgejo
/data.tar

View file

@ -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