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