SalAlba commented on pull request #10864:
URL: https://github.com/apache/airflow/pull/10864#issuecomment-692119459


   ![Screenshot from 2020-09-14 
16-51-50-1](https://user-images.githubusercontent.com/23059577/93101642-d06e8a80-f6aa-11ea-904e-86204c7e5ac6.png)
   
   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]


Reply via email to