atomSS-1 / DataStructuresStudyNote

1 stars 0 forks source link

git commands #2

Open atomSS-1 opened 4 years ago

atomSS-1 commented 4 years ago

list of commands

atomSS-1 commented 4 years ago

git remote rename [remote git repository name] [renamed git repository name]

rename remote branch name

atomSS-1 commented 4 years ago

git remote rm [git repostitory name]

delete remote branch

atomSS-1 commented 4 years ago

git fetch

atomSS-1 commented 4 years ago

git pull

atomSS-1 commented 4 years ago

fetch+merge = pull

atomSS-1 commented 4 years ago

need to find it out more!!!