iT邦幫忙

0

Coding Environment Setting

  • 分享至 

  • xImage
  •  

This is a simple tutorial for beginner in Web Front End Developing.

Install

Git

https://git-scm.com/download/win

VS Code

https://code.visualstudio.com/

Git

Create an account on Github
cmd
Set your Information ( Use your Github account )

git config --global user.name "tigercosmos"
git config --global user.email "b04209032@ntu.edu.tw"

Create a repo on Github, and clone to your computer
For example:

git clone https://github.com/tigercosmos/tigercosmos.newProject.git

After coding, you want to commit on git

cd (your project name)
git add -A
git commit -m "describe what you do"
git push 

Or you can use Git GUI or VS Code to commmit.


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言