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
- Host: GitHub
- URL: https://github.com/rlagksruf16/cheat-sheet
- Owner: rlagksruf16
- Created: 2019-07-29T08:17:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T14:10:00.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T14:48:36.963Z (over 1 year ago)
- Topics: branch, cheatsheet, cheatsheets, git, github
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)