Fast Github Introduction (How to quickly get code on your repo)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 มี.ค. 2021
  • In this video, I quickly go over how to get code up on a github repo, skipping the theory and the fluff. To put it in simple terms, do the following:
    1: Create the repo on your github
    2: Do a 'git init' in your desired folder
    3: Create your code
    4: Do a 'git add .'
    5: Do a 'git commit -m "V 1.00" '
    6: Do a 'git push GIT_DIRECT_LINK.GIT '
    7: To clone, do a 'git clone GIT_DIRECT_LINK.GIT '
    Its that simple.

ความคิดเห็น •