Django for Designers: Difference between revisions

Content added Content deleted
imported>Aldeka
imported>Aldeka
Line 56: Line 56:
To make your first branch, enter:
To make your first branch, enter:


<source lang="bash">$ git branch my-branch-1</source>
<source lang="bash">
$ git branch my-branch-1
$ git checkout my-branch-1
</source>


Congratulations! You're now in a branch named my-branch-1!
Congratulations! You're now in a branch named my-branch-1!