Git remote add gitee(custom name) https://gitee.com/ming_seven/after-graduation.git git remote add XXXXCopy the code

Git push custom name branch

-u Specifies the default remote repositoryGit push -u origin master uses Origin as the default remote repository