Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Title: Advanced Git And Internal Process Of Git
  2.  
  3. ## Abstract
  4. I will talk about how git works internally and where git lacking on points. I will talk about how to overcome drawbacks. I will talk about git structure (specific files, folders containing other files), how to deal with large binary files, Reflog.
  5.  
  6. ## Description
  7. - Introduction of Git
  8. - How Git works internally
  9. - How Git is different from its alternatives
  10. - Git structure (specific files, folders containing other files)
  11. - How Git deal with manage and store Large File Storage (LFS)
  12. - Reflog
  13. - Cherry picking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement