Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- do try catch
- viewWillDisappear
- 아이폰
- 스위프트
- IOS
- 스크롤 인디케이터
- 뷰컨
- 이니셜라이저
- refreshControl
- swift haptic
- 스토리보드
- scroll indicator
- indicator style
- viewDidDisappear
- 런치 스크린
- git
- viewcontroller
- exit()
- 알뜰폰
- 레이아웃 사이클
- loadView
- graceful termination
- 우아한 앱종료
- 깃헙
- viewDidAppear
- without Storyboard
- SWIFT
- 세븐모바일
- 클로저
- FeedbackGenerator
Archives
- Today
- Total
목록Github (1)
예거's Bicycle for the mind
[Git] 자주 쓰는 git 명령어 정리 (Cheat Sheet)
[ tracking connection ] -u 옵션은 --set-upstream 의 줄임말. tracking connection 을 설정하는 옵션입니다. 이게 설정됐을 때, Remote 레포의 브랜치를 Local 레포 브랜치의 업스트림(Upstream) 브랜치 라고 부릅니다. -u 옵션을 통해 tracking connection 을 설정하면 git push/pull 과 같이 간단한 명령어로 자동으로 Remote 레포와 정보를 교환할 수 있습니다. [ git ] git add . -> working directory 내의 수정사항이 있는 모든 파일들을 staging area 에 올림 git add [디렉토리명 or 파일 이름] -> 수정사항이 있는 해당 디렉토리 또는 특정 파일을 staging area ..
Git & Github
2021. 11. 18. 03:47