Sustainable Git GIT Save

๐Ÿ“š GIT ์‚ฌ์šฉ๋ฒ•์„ ๋ฐฐ์›Œ ๋ด…์‹œ๋‹ค ๐Ÿ”ฅ

Project README

๐Ÿš€GIT ์‚ฌ์šฉ๋ฒ•๐Ÿ›ฐ

Contents

  • GIT ์„ค์ •ํ•˜๊ธฐ๐Ÿ› 
    • git config --global user.name "์ด๋ฆ„"
    • git config --global user.email "์ด๋ฉ”์ผ"
    • git config --global --edit"
      • git config --global core.autocrlf input(Mac)
      • git config --global core.autocrlf true(Window)
      • git config --global core.editor "xed --wait"(Xcode)
      • git config --global core.editor "code --wait"(Visual Studio Code)

  • Rebase์™€ Cherry-Pick๐Ÿ’
    • git rebase ๋ธŒ๋žœ์น˜๋ช…
      • git rebase ๋ธŒ๋žœ์น˜๋ช… ๋ธŒ๋žœ์น˜๋ช…
      • git rebase --onto ๋ธŒ๋žœ์น˜๋ช… ๋ธŒ๋žœ์น˜๋ช… ๋ธŒ๋žœ์น˜๋ช…
      • git rebase --abort
      • git rebase --continue
    • git cherry-pick ํ•ด์‹œ์ฝ”๋“œ

  • GIT ๋„๊ตฌ - Stash, Cleanโ›
    • git stash push -m "์Šคํƒœ์‹œ ๋ฉ”์‹œ์ง€"
      • git stash
      • git stash -u
      • git stash --keep-index
    • git stash list
      • git stash show ์Šคํƒœ์‹œ
      • git stash show ์Šคํƒœ์‹œ --patch
    • git stach apply ์Šคํƒœ์‹œ
      • git stash pop ์Šคํƒœ์‹œ
    • git stash drop ์Šคํƒœ์‹œ
      • git stash clear
    • git stash branch ๋ธŒ๋žœ์น˜๋ช…
    • git clean
      • git clean -fd
      • git clean -x
      • git clean -d -n

  • GIT ๋„๊ตฌ - RefLog๐Ÿ“œ
    • git reflog
      • git reflog expire --expire=์‹œ๊ฐ„ --all
    • git show HEAD@{์ˆซ์ž}
    • git show ๋ธŒ๋žœ์น˜๋ช…@{์‹œ๊ฐ„}

Open Source Agenda is not affiliated with "Sustainable Git GIT" Project. README Source: sustainable-git/GIT
Stars
101
Open Issues
0
Last Commit
6 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating