일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- whitespace
- backslash
- square brackets
- Terminal
- runserver
- 꺽쇠
- Regex
- escaped
- bitbucket
- Regexp
- matches any character
- NoSQL
- dollar sign
- databases
- GIT
- New Line
- mongo
- Homebrew
- MySQL
- sensitive
- whitespace characters
- Case sensitive
- 정규표현식
- MongoDB
- 딸라표시
- 대소문자 구별
- literal
- Regular Expressions
- point
- MAC
Archives
- Today
- Total
목록bit (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