I have created GitHub repository X and cloned locally.
Then I created directory A inside this project X by cloning another GitHub repository Y. Then I changed some files inside folder A in this project X.
Now I want to do add, commit and push this folder A to my GitHub remote of project X.
How do I remove hook to repository Y, and actually add folder A to repository X.
Thank you!