Zerohertz

Zerohertz
  • Home
  • About
  • Tags
  • Categories
  • Archives
  • zerohertzLib
  • Sitemap
  • Search
  • Table of Contents
  • Overview
  1. 1. 첫 업로드
  2. 2. 수정, 추가 업로드
Zerohertz

Zerohertz

#800a0a
233 posts
7 categories
51 tags
0%
Related Posts
  • 2023-07-07
    Git Hooks 기반 Python Code Formatting
  • 2023-11-03
    Constructing a CI/CD Pipeline for Python Packages Using Jenkins
  • 2023-08-09
    GitHub: Verified Signature
  • 2023-08-23
    GitHub Actions와 Argo CD 기반 CI/CD 도전기
  • 2023-07-05
    GitHub Actions 기반 Formatting 자동화

Upload Hexo by git

Posted on 2018-08-19 In Etc.

첫 업로드

1
2
3
4
5
6
$ git init
$ git remote add origin https://github.com/Zerohertz/Hexo_Blog.git (github의 주소)
$ git add .
$ git remote -v (확인)
$ git commit -m "내용" (주석)
$ git push origin master

수정, 추가 업로드

1
2
3
$ git add .
$ git commit -m "내용"
$ git push origin master
GitHub Hexo
Web Crawling by BeautifulSoup (2)
Web Crawling by BeautifulSoup (3)
© 2018 – 2026 Zerohertz