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