create a new git repository 새로운 git저장소 생성 git init To add new remote내가 만든 원격저장소 추가 git remote add origin [URI] add new changes to a staging area local repository 에 untracked이 확인되면 staging area 에 add하기 git add . //everyfile git add "file name" // single file adding changes to the local repository local repository 에 변경사항 추가. 코드에 변화가 있으면 local에 commit을 한 뒤에 push를 해야한다. git commit -a -m "commit mess..
Programming
2019. 3. 7. 13:06
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 프로그래머스
- easy javascript algorithm
- 프로그래머스 알고리즘
- javascript
- java
- repeat()
- string class in java
- rest parameter
- equals()
- hackerrank solution
- 알고리즘
- Object type casting
- code refactoring
- hackerrank javascript
- 프로그래머스 알고리즘문제
- ... in Javascript
- math.abs
- HashMap
- Javascript Algorithm
- C++
- HackerRank Algorithm
- hackerrank javascript solution
- Collection Framework
- algorithm
- hackerrank
- math.max
- substring()
- easy algorithm
- compareTo()
- spring boot application
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함