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.

30 lines
1.7 KiB

  1. ┏━╸╻╺┳╸ ┏┓ ╻ ┏━┓┏┳┓┏━╸
  2. ┃╺┓┃ ┃ ┣┻┓┃ ┣━┫┃┃┃┣╸
  3. ┗━┛╹ ╹ ┗━┛┗━╸╹ ╹╹ ╹┗━╸
  4. - $ git blame <filename>
  5. ┌────────────────────────────────────────────────────────────────┐
  6. │[spranger@gitWorkshop/stagingArea] git blame testfile1 │
  7. │2 days ago Stefan ^3b4a655│ 1 │ #include <stdio.h> │
  8. │ │ 2 │ #include <algorithms> │
  9. │a day ago Stefan 08b88afb│ 3 │ #include <sstream> │
  10. │2 days ago Stefan ^3b4a655│ 4 │ │
  11. │ │ 5 │ int main() { │
  12. │3 hours ago Stefan a2c365ad│ 6 │ int a = 1; │
  13. │ │ 7 │ int b = 2; │
  14. │2 days ago Stefan ^3b4a655│ 8 │ │
  15. │2 days ago Stefan a0bd6d8c│ 9 │ │
  16. │ │ 10 │ return a+b; │
  17. │2 days ago Stefan ^3b4a655│ 11 │ } │
  18. └────────────────────────────────────────────────────────────────┘