I have been working on a project for a customer. The customer is now asking me to upload the stuff I am working on their github account. I dont want to change their setup, I would like to create a new branch. On my local machine I have done the following. When I do a git status I get that working tree is clean. How can I push all the files from master to devBranch to be able to upload just this branch and not interfere with the customer's master branch?
git add.
git branch dev_branch
git checkout dev_branch
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…