layris3 / Daily-learning-experience-record

daily learning experience
0 stars 0 forks source link

git-git branch #14

Open layris3 opened 4 years ago

layris3 commented 4 years ago

git branch <branchname> this command creates a pointer to the commit you're currently on.

be careful:this command just create a new branch(in fact,just a pointer),it doesn't swith to that branch