Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. git config --global user.name "Santiago Muñoz"
  2. git config --global user.email santiago@email.com
  3.  
  4. git config user.name "Santiago M.
  5. git config user.email sm@email.com
  6.  
  7. https://github.com/jquery/jquery.git
  8.  
  9. git@github.com:jquery/jquery.git
  10.  
  11. Host github.com
  12. HostName github.com
  13. User git
  14. IdentityFile ~/.ssh/santiago
  15.  
  16. git@subdominio.github.com:jquery/jquery.git
  17.  
  18. Host subdominio.github.com
  19. HostName github.com
  20. User git
  21. IdentityFile ~/.ssh/santiago2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement