본문 바로가기

Daily Develope

검색하기
Daily Develope
프로필사진 noggame

  • 분류 전체보기 (109)
    • Develope (53)
      • Python (31)
      • Web (18)
      • ETC (4)
    • AI (16)
    • DB (6)
    • MicroService (7)
      • Docker (6)
      • Kubernetes (1)
    • OS (15)
      • Linux (10)
      • Windows (1)
      • Mac (4)
    • Git (7)
    • Algorithm (1)
    • Favorite (1)
      • 책갈피 (1)
      • Music (0)
Guestbook
Notice
  • migration 중입니다...
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • Converting
  • git
  • pandas
  • Laravel
  • Python
  • Windows
  • Container
  • Mac
  • GitLab
  • enV
  • PostgreSQL
  • Package
  • AI
  • Paper
  • KAKAO
  • TORCH
  • LLM
  • file
  • DB
  • docker
  • judge
  • Linux
  • Database
  • numpy
  • Flask
  • pytorch
  • format
  • list
  • CUDA
  • evaluation
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록commit (1)

Daily Develope

[Git] 기본 명령어 (init / Add / commit)

ㅇ 목차 - 신규 생성/등록 - Add / Commit - Merge (합병) 신규 생성/등록 git init git add {file}# 업데이트할 파일 추가 git commit -m "{message}"# 업데이트시 기록할 메시지 등록 git remote add {remote_name} {remote_url}# remote_name으로 원격 저장소 주소 기록 git push -u {remote_name} {branch_name}# remote_name의 branch_name 업데이트 Add / Commit ㅇ 전체 파일 일괄적으로 add 및 commit git commit -a -m "{message}" ㅇ Add된 파일 취소 git restore {file_name} ㅇ Commit 취소 git r..

Git 2022. 1. 7. 19:16
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.