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.

15 lines
451 B

  1. ┏━╸╻╺┳╸ ┏━┓╺┳╸┏━┓┏━┓╻ ╻
  2. ┃╺┓┃ ┃ ┗━┓ ┃ ┣━┫┗━┓┣━┫
  3. ┗━┛╹ ╹ ┗━┛ ╹ ╹ ╹┗━┛╹ ╹
  4. $ git stash push -m "WIP some frontend feature"
  5. $ git switch stable
  6. ...
  7. $ git commit
  8. $ git switch frontend_feature
  9. $ git stash pop