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.

25 lines
1.4 KiB

  1. ┏━┓╺┳╸┏━┓┏━╸╻┏┓╻┏━╸ ┏━┓┏━┓┏━╸┏━┓
  2. ┗━┓ ┃ ┣━┫┃╺┓┃┃┗┫┃╺┓ ┣━┫┣┳┛┣╸ ┣━┫
  3. ┗━┛ ╹ ╹ ╹┗━┛╹╹ ╹┗━┛ ╹ ╹╹┗╸┗━╸╹ ╹
  4. - first main difference to SVN
  5. - advantage of git
  6. Files can be:
  7. ┌─────────┐ ┌──────────┐ ┌────────┐ ┌──────┐ ┌────────┐
  8. │Untracked│ │Unmodified│ │Modified│ │Staged│ │Commited│
  9. └─────────┘ └──────────┘ └────────┘ └──────┘ └────────┘
  10. Git manages these states as:
  11. ┌─────────────────┐ ┌─────┐ ┌────┐
  12. │Working Directory│ │Index│ │HEAD│
  13. └─────────────────┘ └─────┘ └────┘
  14. Your Sandbox The proposed The next
  15. next commit parent