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.

17 lines
630 B

  1. ┏━┓╺┳╸┏━┓┏━╸╻┏┓╻┏━╸ ┏━┓┏━┓┏━╸┏━┓
  2. ┗━┓ ┃ ┣━┫┃╺┓┃┃┗┫┃╺┓ ┣━┫┣┳┛┣╸ ┣━┫
  3. ┗━┛ ╹ ╹ ╹┗━┛╹╹ ╹┗━┛ ╹ ╹╹┗╸┗━╸╹ ╹
  4. Check your modifications or what you are about to commit
  5. - git diff / git diff --staged
  6. Should help to have a clean process of commiting changes
  7. Finalizing step: git commit
  8. What if I messed up my current commit?
  9. - $ git commit --amend