Skip to content
ccss17
Git
ccss17
Math
Paper
Computer
ProgrammerBase
security tutorial
ccss17
ccss17
Math
Math
Foundation of Math
Foundation of Math
History of Math
Formal System
Incompleteness theorem
Turing's proof
Consistency proof of Peano arithmetic
Set Theory
Set Theory
Set
Number Theory
Infinite Set
ZFC axiom system
Arithmetic Operations
Polynomials
Hyperreal Numbers
Surreal Numbers
Linear Algebra
Linear Algebra
Vector Space
Linear Transformation
Matrix Operation
Determinants
Diagonalization
Inner Product Spaces
Canonical Forms
Paper
Paper
Performance of Python runtimes on a non-numeric scientific code
The NumPy array: a structure for efficient numerical computation
Facenet (2015)
Quadruplet (2017)
BlueBorne
Computer
Computer
Nand to Tetris
Why the future doesn't need us
Rust Memo
ProgrammerBase
ProgrammerBase
README
Contents
Contents
Day 1
Day 2
Day 3
Day 4
Day 5
Docker
Coding Convention
Build System
Information
Git
Git
☀️ ️여기서부터 Day2 ☀️
Git
Git 설치
Windows 설치
MacOS 설치
우분투 도커 컨테이너에서 git 초기 설정
git 이 파일을 관리하는 상태
git 레포지토리 생성하기 (untracked 상태)
파일 생성하고 스테이징하기 (untracked 상태 → staged 상태)
커밋해서 하나의 버전으로 만들기 (staged 상태 → committed 상태)
변경된 파일 커밋하기 (modified 상태 → staged 상태 → committed 상태)
커밋 기록 보기
Github
Github 가입
Github 레포지토리 생성
git 에서 레포지토리 공유
원격 레포지토리 가져오고 수정하기
수정된 원격 레포지토리로부터 업데이트하기
🌜 ️여기까지 Day2 🌜️
☀️ ️여기서부터 Day4 ☀️
더 빨라진 git
🌜 ️여기까지 Day4 🌜️
☀️ ️여기서부터 Day5 ☀️
Git 과 Github 못다한 이야기
.gitignore
.gitignore 의 편리한 기능
Git Branching
브랜치란?
브랜치 생성
브랜치 이주
브랜치 병합 시나리오 (1) - Fast-forward
브랜치 병합 시나리오 (2) - Merge Conflict
브랜치 삭제
user.github.io
gist
gist 사용법
gist 명령어
Pull Request
1. fork 하고 clone 하기
2. 편집하고 push 하기
3. pull request 하기
Git Difference
git show
git diff
Git Stash
Git Reset
The Three Trees
The Workflow
The Role of Reset
soft reset (manipulating HEAD)
mixed reset (manipulating HEAD, Index)
hard reset (manipulating HEAD, Index, Working Directory)
Reset With a Path
🌜 ️여기까지 Day5 🌜️
VSCode
Markdown
Tmux
Vim
CLI
security tutorial
security tutorial
README
Day1 Base
Day2 Computer Principle 1
Day3 Computer Principle 2
Day4 Reversing 1
Day5 Reversing 2
Day6 Exploit 1
Day7 Exploit 2
Day8 Exploit 3
Day9 Exploit 4
Day10 Pentesting
☀️ ️여기서부터 Day2 ☀️
Git
Git 설치
Windows 설치
MacOS 설치
우분투 도커 컨테이너에서 git 초기 설정
git 이 파일을 관리하는 상태
git 레포지토리 생성하기 (untracked 상태)
파일 생성하고 스테이징하기 (untracked 상태 → staged 상태)
커밋해서 하나의 버전으로 만들기 (staged 상태 → committed 상태)
변경된 파일 커밋하기 (modified 상태 → staged 상태 → committed 상태)
커밋 기록 보기
Github
Github 가입
Github 레포지토리 생성
git 에서 레포지토리 공유
원격 레포지토리 가져오고 수정하기
수정된 원격 레포지토리로부터 업데이트하기
🌜 ️여기까지 Day2 🌜️
☀️ ️여기서부터 Day4 ☀️
더 빨라진 git
🌜 ️여기까지 Day4 🌜️
☀️ ️여기서부터 Day5 ☀️
Git 과 Github 못다한 이야기
.gitignore
.gitignore 의 편리한 기능
Git Branching
브랜치란?
브랜치 생성
브랜치 이주
브랜치 병합 시나리오 (1) - Fast-forward
브랜치 병합 시나리오 (2) - Merge Conflict
브랜치 삭제
user.github.io
gist
gist 사용법
gist 명령어
Pull Request
1. fork 하고 clone 하기
2. 편집하고 push 하기
3. pull request 하기
Git Difference
git show
git diff
Git Stash
Git Reset
The Three Trees
The Workflow
The Role of Reset
soft reset (manipulating HEAD)
mixed reset (manipulating HEAD, Index)
hard reset (manipulating HEAD, Index, Working Directory)
Reset With a Path
🌜 ️여기까지 Day5 🌜️
Redirect to Netlify
Back to top