Guest User

Untitled

a guest
Jan 18th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. print "GitHub Username: "
  2. username = STDIN.gets.chomp
  3. password = STDIN.getpass("GitHub Password: ")
  4. git fork "Huddie/Proportional-Margin-Investing" --username=username --password=password
  5. git clone "Proportional-Margin-Investing" --username=username
Add Comment
Please, Sign In to add comment