Creating new Refs

suggest change

Running git checkout -b <refname> will create a new ref that points to the current commit.

$ cat .git/head
1f324a

$ git checkout -b TestBranch

$ cat .git/refs/heads/TestBranch
1f324a

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents