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

  1. ┏┓ ┏━┓┏━┓┏┓╻┏━╸╻ ╻╻┏┓╻┏━╸
  2. ┣┻┓┣┳┛┣━┫┃┗┫┃ ┣━┫┃┃┗┫┃╺┓
  3. ┗━┛╹┗╸╹ ╹╹ ╹┗━╸╹ ╹╹╹ ╹┗━┛
  4. - git's "killer feature"
  5. - A new branch is essentially just opening a new history
  6. (i.e. no copying involved!)
  7. - Highly encouraged to use many (shortlived) branches
  8. Create a new branch with
  9. - $ git switch --create/-c <branch-name>