potiuk commented on code in PR #38810: URL: https://github.com/apache/airflow/pull/38810#discussion_r1555043528
########## .github/workflows/ci.yml: ########## Review Comment: Restore the file, the usual way. We generally don't teach git basics, the expectation is that you learn it from some dedicated tutorials. I am not sure what to advice you as I am not sure what clients and tooling you use but I'd personally use some combination of `git reset HEAD^`, `git add -p`, `git rebase`, `git commit -m`, `git push -f`. But it's up to you and you will have to learn all the basic things ( but also git rebase) in order to contribute. BTW. Were the tests generated by an AI maybe? They look like generated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
