Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. how many people have used version control system before? svn, cvs, other.
  2.  
  3.  
  4. what is git?
  5.  
  6. from gitwiki:
  7. "What is git ?
  8.  
  9. Git is a distributed version control system developed by Junio Hamano and Linus Torvalds.
  10.  
  11. Git does not use a centralized server.
  12.  
  13. Git runs on Linux, BSD, Solaris, Darwin, Windows, and other operating systems. "
  14.  
  15.  
  16.  
  17.  
  18.  
  19. demo: change branches, what is the index?, pushing and pulling, rebase!
  20.  
  21.  
  22.  
  23. github - graphs, faqs, forking, network
  24.  
  25. disconnected operation
  26.  
  27. distributed - no central repo, all repos are full copies
  28.  
  29. makes a lot of sense in open source
  30.  
  31. makes open source more open
  32. - tracing attribution of commits
  33.  
  34.  
  35. local dev - branching and merging is so easy!!! try out new ideas. interrupted flow. quick bug fix. sharing branches!
Add Comment
Please, Sign In to add comment