OLD | NEW |
---|---|
(Empty) | |
1 #!/usr/bin/env bash | |
2 . demo_repo.sh | |
3 | |
4 add deleted_file | |
5 add unstaged_deleted_file | |
6 add modified_file | |
7 c 'I commited this and am proud of it. | |
8 | |
9 Cr-Commit-Position: refs/heads/master@{#292272} | |
10 Tech-Debt-Introduced: 17 microMSOffices | |
11 Tech-Debt-Introduced: -4 microMSOffices' | |
12 | |
13 run git footers HEAD | |
14 run git footers --key Tech-Debt-Introduced HEAD | |
15 run git footers --position HEAD | |
16 run git footers --position-num HEAD | |
17 run git footers --position-ref HEAD | |
OLD | NEW |