티스토리 뷰
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
- hackerrank
- 프로그래머스
- easy javascript algorithm
- Collection Framework
- 프로그래머스 알고리즘
- math.abs
- Object type casting
- HackerRank Algorithm
- rest parameter
- hackerrank solution
- ... in Javascript
- repeat()
- java
- spring boot application
- 알고리즘
- C++
- code refactoring
- HashMap
- algorithm
- substring()
- 프로그래머스 알고리즘문제
- easy algorithm
- equals()
- javascript
- compareTo()
- string class in java
- hackerrank javascript solution
- hackerrank javascript
- Javascript Algorithm
- math.max
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함