You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
585 B
19 lines
585 B
|
|
|
|
|
|
┏┓ ┏━┓┏━┓┏┓╻┏━╸╻ ╻╻┏┓╻┏━╸
|
|
┣┻┓┣┳┛┣━┫┃┗┫┃ ┣━┫┃┃┗┫┃╺┓
|
|
┗━┛╹┗╸╹ ╹╹ ╹┗━╸╹ ╹╹╹ ╹┗━┛
|
|
|
|
|
|
|
|
- git's "killer feature"
|
|
|
|
- A new branch is essentially just opening a new history
|
|
(i.e. no copying involved!)
|
|
|
|
- Highly encouraged to use many (shortlived) branches
|
|
|
|
Create a new branch with
|
|
- $ git switch --create/-c <branch-name>
|
|
|