반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/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
Archives
Today
Total
관리 메뉴

전업요리사의 앱 개발 공부하기

git 기본명령어,개념 본문

git!

git 기본명령어,개념

브레드jung 2021. 3. 23. 21:55

t서버- 서비스를 제공하는 큰 컴퓨터.
클라이언트- 사용자의 컴퓨터(노트북,스마트폰,서버[중소기업서비스,야놀자])

flutter-안드로이드앱 아이폰앱을 만드는프로그램
안드로이드-자바,코팅
아이폰-스위프트,옵젝트c
통합 네이티브앱
하이브리드앱 자바진 디랙트네이티브 플러터
서버-백엔드개발자
클라이언트-프론트엔드개발자-웹패이지,모바일앱
맥 xcode

정리방법
버전
형상
소스 히스토리-코딩된글자 역사
 배포-실제서비스에 적용.

구글 버전관리 
sebversion

 

깃허브 꾸미기
visual studio 실행
한글패치 확장들어가서 krea검색에 한글설치팩에 설치

star 에 폴도열기에 cmd로 만든파일선택 readme 클릭하고 타자를 쳐주고 
컨트롤 s 눌러주고 저장하면 브렌치 표시에 1표시가난가 거기를들어가 제목을 쳐주고
체크표시에 예스 그다음 점점점 눌러서 푸쉬 눌러주고 깃허브에 확인

폴더 파일 만들고 이것저것하고 컨트롤 에이 프리징 하고 코밋 푸쉬

복제
url 복사해서 새창 레포지트리복제
마크다운 는 확장자 md 

이미지 <img src="a.jpg">

## littlecreatures <img src=littlecreatures.jpg" alt="Little Creature" width="300" height="300"/>

 

<A>시작
</A>끝

html

처음부터만들기
남에거 배끼기 햣 치ㅐㅜㄷ
template 활용하기 (어느정도 디자인이나온상태)

pythou 53%

자신있는언어
Daret80%
Markdown 20%

 

These are common Git commands used in various situations:

start a working area (see also: git help tutorial)
   clone             Clone a repository into a new directory
   init              Create an empty Git repository or reinitialize an existing one

work on the current change (see also: git help everyday)
   add               Add file contents to the index
   mv                Move or rename a file, a directory, or a symlink
   restore           Restore working tree files
   rm                Remove files from the working tree and from the index
   sparse-checkout   Initialize and modify the sparse-checkout

examine the history and state (see also: git help revisions)
   bisect            Use binary search to find the commit that introduced a bug
   diff              Show changes between commits, commit and working tree, etc
   grep              Print lines matching a pattern
   log               Show commit logs
   show              Show various types of objects
   status            Show the working tree status

grow, mark and tweak your common history
   branch            List, create, or delete branches
   commit            Record changes to the repository
   merge             Join two or more development histories together
   rebase            Reapply commits on top of another base tip
   reset             Reset current HEAD to the specified state
   switch            Switch branches
   tag               Create, list, delete or verify a tag object signed with GPG

collaborate (see also: git help workflows)
   fetch             Download objects and refs from another repository
   pull              Fetch from and integrate with another repository or a local branch
   push              Update remote refs along with associated objects

 

 

반응형