Guest User

Untitled

a guest
Jan 13th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. # Create authors file
  2. Plenty of things to say how to do it.. here is the one I used
  3. ```
  4. TreySpiva = Trey Spiva <trey@spiva.com>
  5. aaroncrandall = Aaron Crandall <aaron@picaboo.com>
  6. bindu.kamboj = Bindu Kamboj <bindu.kamboj>
  7. birish = Bob Irish <birish@picaboo.com>
  8. bstirling = Brandon Stirling <bstirling@picaboo.com>
  9. bturner@picaboo.com = Brian Turner <bturner@picaboo.com>
  10. builder@picaboo.com = Picabuilder <builder@picaboo.com>
  11. dalbertson = David Albertson <dalbertson@picaboo.com>
  12. dennisrjohn = Dennis John <dennis@picaboo.com>
  13. frank@picaboo.com = Francisco Lopez <frank@picaboo.com>
  14. guhn.chang = Guhn Chang <guhn@picabo.com>
  15. jabbott7 = Jason Abbot <jason@picaboo.com>
  16. jrobertson = Jason Robertson <jrobertson@picaboo.com>
  17. mark@picaboo.com = Mark Tilman <mark@picaboo.com>
  18. masahiro.knittel = masahiro knittel <masahiro.knittel@dontknow.com>
  19. oscar_medina = oscar medina <oscar_medina@dontknow.com>
  20. pburdett = Pat Burdett <pburdett@picaboo.com>
  21. picabuilder = Picaboo Builder <builder@picaboo.com>
  22. picachris = Chris Granahan <picachris@picaboo.com>
  23. sdidrik = Scot Didrik <sdidrik@picaboo.com>
  24. swellman = Stephanie Koppes <skoppes@picaboo.com>
  25. tday@picaboo.com = Tom Day <tday@picaboo.com>
  26. tracyspiva = Tracy Spiva <tracy@spiva.com>
  27. ttarbet = Tom Tarbet <ttarbet@picaboo.com>
  28. wayne@picaboo.com = Wayne Earl <wayne@picaboo.com>
  29. ```
  30.  
  31. # Initialize a new git repository for syncing
  32. You use ```git svn``` for syncing to repositories. However, due to the size of ours and the history, it's easier to be
  33. a bit more picky about what we sync (not to mention people have copied the entire repository a couple times and it makes
  34. things REALLY difficult to do)
Add Comment
Please, Sign In to add comment