일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- bitbucket
- whitespace characters
- whitespace
- mongo
- Terminal
- 꺽쇠
- Regular Expressions
- MySQL
- MongoDB
- matches any character
- sensitive
- New Line
- Case sensitive
- 딸라표시
- MAC
- escaped
- databases
- Homebrew
- literal
- 정규표현식
- NoSQL
- GIT
- runserver
- dollar sign
- Regexp
- square brackets
- Regex
- 대소문자 구별
- point
- backslash
Archives
- Today
- Total
목록GIT (1)
Creaticalmind
01 Bitbucket
01. Create a new repository(private repository) 02. copy "https://davidjeon@bitbucket.org/davidjeon/java.git" to notepad 03. Click "I`m starting from scratch" 04. copy { git clone https://davidjeon@bitbucket.org/davidjeon/java.gitcd javaecho "# My project's README" >> README.mdgit add README.mdgit commit -m "Initial commit"git push -u origin master } to notepad 05. open Terminal *** plz do not c..
Bitbucket
2017. 10. 31. 23:09