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