Giter VIP home page Giter VIP logo

html5's Introduction

예제로 익히는 HTML5/CSS3

Git 버전 관리

본인의 github에 HTML_Basic 저장소 생성한 후 저장소 주소 복사

https://www.github.com/{Github ID}/HTML_Basic.git

git clone

# .git 디렉토리를 포함해서 clone
git clone https://www.github.com/seulbinim/webcafeHTML5.git

# remote 저장소 조회
git remote -v

# remote 저장소 삭제
git remote rm origin

# remote 저장소 등록
git remote add https://www.github.com/{Github ID}/HTML_Basic.git

# remote 저장소로 백업
git push origin main

npx degit

# git 버전 관리 history 제외하고 Clone
npx degit seulbinim/webcafeHTML5 HTML_Basic

# git 버전 관리를 위한 초기화
git init

# 최초 커밋 (Commit)
git add .
git commit -m "초기화 및 백업(Initialization & Backup)"

# 리모트(Remote) 저장소 등록
git remote add origin https://www.github.com/{Github ID}/HTML_Basic.git

# 리모트(Remote) 저장소로 백업
git push origin main

html5's People

Contributors

ukssss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.