Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
chainlint
/
return-loop.expect
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
expect
5 lines
122 Bytes
Copy permalink
Copy
Raw
1
2 while test $i -lt $((num - 5))
2
3 do
3
4 git notes add -m "notes for commit$i" HEAD~$i || return 1
4
5 i=$((i + 1))
5
6 done