利用 Github / GitPod 學習程式語言

利用 Github / GitPod 學習程式語言

Git/Github/Gitlab/Gitpod 教學系列 (Courses Series)

    • 什麼是 Git/Github/Gitlab

    • 如何使用 Gitpod

    • 使用網路自學資源

    • 常用 Linux 指令 (Linux Tutorial)

    用Git 管理你的程式

    用Gitpod 做 AP325 練習





    # Register github account
    # then use github to authorize to gitpod
    # and install chrome plug-in
    # Then use the following link as gitpod first program
    git remote -v
    git remote rename origin old-origin
    git remote add origin $(your url)

    git push -u origin --all
    git push -u origin --tags

    // Git commons command
    git config --global user.name "your name"
    git config --global user.email "your email"

    git init
    git status
    git add .
    git commit -m " your comment "
    git push
    git pull

    mkdir ttt
    cd ttt
    git init --initial-branch=main

    nano README.md
    git add README.md
    git commit -m "add README"
    git push -u origin main

    # use git to manage your code

    git add .


    # Gitpod Linux Tutorial Commands


    # file and folder management
    mkdir

    cd

    rmdir
    rm -rf
    cat
    diff
    nl
    cp
    mv
    du
    # Software intallation
    apt
    # network management
    ifconfig
    ping
    # git commands

    git status
    git add .
    git commit -m "xxxxxx xxxxx"
    git push

    git remote -v

    git remote rename origin old-origin

    // Text Edit Simple operation

    vi
    esc
    q or q!
    w
    wq

    nano
    ctrl s
    ctrl x


Your Instructor


CodingCoffee-Senior
CodingCoffee-Senior

IT 多年資歷


Frequently Asked Questions


When does the course start and finish?
The course starts now and never ends! It is a completely self-paced online course - you decide when you start and when you finish.
How long do I have access to the course?
How does lifetime access sound? After enrolling, you have unlimited access to this course for as long as you like - across any and all devices you own.
What if I am unhappy with the course?
We would never want you to be unhappy! If you are unsatisfied with your purchase, contact us in the first 30 days and we will give you a full refund.

Get started now!