The best way to think about a tree is like a folder in the file system. To create a tree you have to follow two steps: # Create and populate a staging area git update-index --add --cacheinfo 100644 da95f8264a0ffe3df10e94eed6371ea83aee9a4d 1.json # write ...
↧