When you occasionally have truncated in your local copy of the repository the history of the commits to no depth, with something similar to the command,git clone git://…./… –depth 1there’s no needs to re-checkout complete repository from scratch. Just perform the following command:git pull –unshallowand the complete history will be…
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |