티스토리 뷰
git status //check the git status
git pull origin 'branch이름'
git checkout -b "branch name" // with '-b', you can create a new branch and checkout at the same time
git add .
git commit -m "message"
git push origin 'branch이름'
git checkout master
git pull
'Programming' 카테고리의 다른 글
| map vs forEach (0) | 2022.08.15 |
|---|---|
| git remote 변경 (0) | 2021.03.06 |
| delete git repository (0) | 2020.11.27 |
| cross-env 설정은 development로 해야한다. (0) | 2020.06.23 |
| git the requested URL returend error : 403 (0) | 2020.02.17 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- code refactoring
- easy algorithm
- easy javascript algorithm
- substring()
- hackerrank javascript solution
- 프로그래머스 알고리즘문제
- hackerrank
- hackerrank javascript
- HashMap
- java
- Collection Framework
- math.abs
- HackerRank Algorithm
- hackerrank solution
- 프로그래머스
- algorithm
- C++
- string class in java
- compareTo()
- Object type casting
- equals()
- rest parameter
- repeat()
- 프로그래머스 알고리즘
- math.max
- javascript
- Javascript Algorithm
- 알고리즘
- spring boot application
- ... in Javascript
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함