Skip to content

Instantly share code, notes, and snippets.

View heesuk-ahn's full-sized avatar
๐Ÿ˜ƒ

heesuk-ahn

๐Ÿ˜ƒ
View GitHub Profile
@aafwu00
aafwu00 / intellij_tips.md
Last active June 3, 2024 01:59
IntelliJ Tips, ์ต์ˆ™์ง€ ์•Š์€ ๋ถ„๋“ค์„ ์œ„ํ•œ

IntelliJ Tip ๋ชจ์Œ 2019.2.1 ๊ธฐ์ค€

IntelliJ ์ต์ˆ™์ง€ ์•Š์€ ๋ถ„๊ป˜ ๋„์›€์ด ๋  tip, ๋ชจ์Œ

  • ๊ฐ€๊ธ‰์  ์ตœ์‹  ๋ฒ„์ „ ์œ ์ง€
  • ๋ฒ„์ „์ด 2019.x ํ˜•ํƒœ์ธ๋ฐ ์ €๊ฐ™์€ ๊ฒฝ์šฐ x ๊ฐ€ ๋ฐ”๋€”๋•Œ app cleaner ๋กœ ๊น”๋”ํžˆ ์ง€์šฐ๊ณ  ์‹œ์ž‘, ๊ฐœ์ทจ
    • intellij cache ๋ฅผ ๋งŽ์ด ์“ฐ๋Š”๋ฐ update ์‹œ ๊ผฌ์ด๋Š” ๊ฒฝ์šฐ๊ฐ€ ๊ฐ€๋” ์žˆ๊ณ , ๋ฐ€๋ฉด ์ดˆ๊ธฐ์— index ๊ณผ์ • ์ง€๋‚˜๋ฉด ์ข€ ๋น ๋ฆ„
    • ์‹ ๊ทœ macOS ๋ถ€ํ„ฐ Shift + Command + A ๊ฐ€ ์‹œ์Šคํ…œ ๋“ฑ๋ก ๋˜์–ด์žˆ์–ด์„œ System Preferences -> Keyboard -> Shortcuts -> Services -> Search man Page Index in Terminal ์ฒดํฌ ํ•ด์ œ

๋‹จ์ถ•ํ‚ค(Mac ๊ธฐ์ค€, keymap ์€ Default Mac OS X ์‚ฌ์šฉ)

  • IntelliJ Learn Plugin ์œผ๋กœ ๋”ฐ๋ผํ•˜๊ธฐ ๋ชจ๋“œ๊ฐ€ ์ƒ๊น€: ์ด๊ฒƒ๋งŒ ์•Œ์•„๋„ ๋จ
@robertpainsi
robertpainsi / README.md
Last active April 16, 2025 14:39
How to reopen a pull-request after a force-push?

How to reopen a pull-request after a force-push?

Precodinitions

  • You need the rights to reopen pull requests on the repository.
  • The pull request hasn't been merged, just closed.

Instructions

  1. Write down the current commit hash of your PR-branch git log --oneline -1 <PR-BRANCH>
  2. Write down the latest commit hash on github before the PR has been closed.
  3. git push -f origin :