An open API service indexing awesome lists of open source software.

https://github.com/rlagksruf16/cheat-sheet

๐Ÿ“Œ CheatSheets for things that can be confusing
https://github.com/rlagksruf16/cheat-sheet

branch cheatsheet cheatsheets git github

Last synced: about 1 month ago
JSON representation

๐Ÿ“Œ CheatSheets for things that can be confusing

Awesome Lists containing this project

README

          

# ๊ณต๋ถ€ํ•œ ๊ฒƒ๋“ค๊ณผ ํ—ท๊ฐˆ๋ฆด ์ˆ˜ ์žˆ๋Š” ๊ฒƒ๋“ค์„ ์ •๋ฆฌํ•ด ๋†“์€ CheatSheet

### 1. Git Fork๋กœ repository ์ตœ์‹ ํ™”ํ•˜๊ธฐ

[Git fork cheatsheet](https://github.com/rlagksruf16/Cheat-sheet/blob/master/gitFolder/git_repo_cheat.md)

### 2. Git Branch ํ™œ์šฉ๋ฒ•

[Git branch cheatsheet](https://github.com/rlagksruf16/Cheat-sheet/blob/master/gitFolder/git_branch_cheat.md)

### 3. Github์— ํ”„๋กœ์ ํŠธ ์˜ฌ๋ฆฌ๊ธฐ

[Git Github cheatsheet](https://github.com/rlagksruf16/Cheat-sheet/blob/master/gitFolder/git_github_upload_cheat.md)

### 4. Heroku ์—…๋กœ๋“œ ํ•˜๋Š” ๋ฒ•

### 5. AWS ๋ฐฐํฌํ•˜๊ธฐ

***

### 6. C++ STL Stack ์‚ฌ์šฉ๋ฒ•

[C++ STL STACK](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/stack.md)

### 7. C++ STL Queue ์‚ฌ์šฉ๋ฒ•

[C++ STL QUEUE](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/queue.md)

### 8. C++ STL Sort ์‚ฌ์šฉ๋ฒ• 1

[C++ STL SORT](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/sort1.md)

### 9. C++ STL Sort ์‚ฌ์šฉ๋ฒ• 2

[C++ STL SORT](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/sort2.md)

### 10. C++ STL Vector ์‚ฌ์šฉ๋ฒ•

[C++ STL VECTOR](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/vector.md)

### 11. C++ STL Pair ์‚ฌ์šฉ๋ฒ•

[C++ STL Pair](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/pair.md)

### 12. C++ find() ์‚ฌ์šฉ๋ฒ•

[C++ find()](https://github.com/rlagksruf16/Cheat-sheet/blob/master/C%2B%2B/find.md)