open termial and ssh to the remote server, and create trhe RSA key for the first time connection, then you may push the git smootly

open termial and ssh to the remote server, and create trhe RSA key for the first time connection, then you may push the git smootly
-commit
-create a new local branch
-push to remotes
-select the new local branch and tick it
-then u will push to new branch on remote server
-and delete the local branch
#create git
git --bare init
#List branch
git branch
#create Branch
git branch new-branch
#del branch
git branch -D new-branch
Recent Comments