Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shubhexists/vault
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhexists committed Dec 7, 2023
2 parents 18ded58 + 6cb6186 commit f5a3d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/workFlow.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Process of Vault commit command
# Process of Vault commit command
1) Let's take an Example directory `dir1`
2) When user types, `vault commit`, we would loop around the directory and create a Blob for every File and create a Tree for every directory..

# How will the Blob be created?
### How will the Blob be created?
1) Whenever we encounter a file, we would call `make_blob` function, this will create a temp file of the content...
```
blob content_size\0file_content
```
2) This temp file contents would be passed to any `SHA256` hasher, which apparently will give us
2) This temp file contents would be passed to any `SHA256` hasher, which apparently will give us

0 comments on commit f5a3d8f

Please sign in to comment.