UME14

Learn Git in 20 Minutes

Oct 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Learn Git in 20 Minutes || https://www.youtube.com/watch?v=Y9XZQO1n_7c
  2. --------------------------------------------------------------------------------
  3.  
  4.  
  5. How to install Git: 1:30 - 2:30
  6.  
  7. initializing a local empty git repo: 2:30 - 3:30
  8.  
  9. git status 3:30 - 4:45
  10. git add
  11. tracked/untracked files
  12. staging
  13. Committing changes 4:45 - 7:30
  14.  
  15. .gitignore file 7:30 - 8:38
  16.  
  17. Branching and merging 8:38 - 10:41
  18.  
  19. Merge Conflicts 10:41 - 12:27
  20.  
  21. git Merge Tool 12:27 - 12:58
  22.  
  23. Stash 12:58 - 14:24
  24.  
  25. Remote repositories 14:24 - 17:20
  26. git remote
  27. git push
  28. git pull git fetch
Add Comment
Please, Sign In to add comment