SalAlba commented on pull request #10864: URL: https://github.com/apache/airflow/pull/10864#issuecomment-692119459
 I'm wondering If I did some bad steps :warning: , most of codes/commits come from other developers, and I suppose that happen when I do this steps : ``` git remote add apache https://github.com/apache/airflow.git git fetch --all git rebase apache/master git push ``` then I make some changes in my code especially on this file just `airflow/providers/postgres/hooks/postgres.py ` and then I checkout to my branch because, I wanted to run all actions (the whole tests ) in PR #10864 , so in command looks like this. ``` git checkout sal-dev git rebase master git push -u origin sal-dev ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
