37세 비전공개발자(일상 365)

37세 비전공개발자(일상 365)

  • 분류 전체보기
    • 알고리즘
      • 알고리즘 문제 풀이(C++)
      • 문제 풀면서 생긴 궁금증
      • 알고리즘 문제 풀이(Python)
    • Git. Github
      • 1.git을 쓰면서 발생한 오류들
      • 2.github에 '프로젝트' 올리는 법(순서)
    • Python 문법 정리
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

37세 비전공개발자(일상 365)

컨텐츠 검색

태그

#코드업 100제 #1007 6004 1028 1024 #코드업 100제 코드업 100제 6005 1027 1031 1023 python 개요 1029 1014 6001 1030 1015 1022 #코드업 100 6003 6002

최근글

댓글

공지사항

아카이브

Git. Github(4)

  • 1.github에 ‘프로젝트’ 올리는 법(순서)

    1. >git init 2.코딩 3. >git add README.md >git add . (전체 파일 올리는 법) 4. >git commit -m "첫페이지 제작" 5. >git log (생성한 커밋 보기) --- #원격 저장소에 올리기(Github) 6. *Github 사이트 -New repository : 새 저장소 만들기 -Import repository : 저장소 가져오기 -New gist : 코드 조각 -New organization : 팀 프로젝트 7. >git remote add (이름) https://github.com/아이디/이름.git (예시)>git remote add origin https://github.com/brandeeman/20220104-github-new-start.g..

    2022.03.23
  • master -> master (fetch first) 에러가 나왔다면?

    >git push origin +master

    2022.03.23
  • git commit을 하던 중 : please tell me who you are이라는 문장이 나왔다면?

    1.git init 2.git config user.name "someone" 3.git config user.email "someone@someplace.com" 4.git add . 5.git commit -m "some init msg"

    2022.03.23
  • git 정책 변화(branch 이름 변경하는 법 : master -> main)

    >git branch –m master main

    2022.03.23
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바