All Projects โ†’ sustainable-git โ†’ GIT

sustainable-git / GIT

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

Projects that are alternatives of or similar to GIT

Dotfiles
What tools and plugins I use for web development?
Stars: โœญ 73 (+15.87%)
Mutual labels:  iterm2, vscode
Vscode Theme Iterm2
๐ŸŽจ Color scheme for iTerm2 matching Visual Studio Code's default Dark+ and Light+ themes.
Stars: โœญ 63 (+0%)
Mutual labels:  iterm2, vscode
Ltfinderbuttons
My Finder buttons collection for macOS.
Stars: โœญ 269 (+326.98%)
Mutual labels:  iterm2, vscode
Aura Theme
๐Ÿ’…โ€A beautiful dark theme for your favorite apps.
Stars: โœญ 159 (+152.38%)
Mutual labels:  iterm2, vscode
torchlight-laravel
A Laravel client for Torchlight - the syntax highlighting API.
Stars: โœญ 64 (+1.59%)
Mutual labels:  vscode
Vue2-All
Vue2 + Vue-router2 + Vuex + Webpack + axios + jwt
Stars: โœญ 67 (+6.35%)
Mutual labels:  vscode
semantic-release-vsce
semantic-release plugin to package and publish VS Code extensions
Stars: โœญ 24 (-61.9%)
Mutual labels:  vscode
vscode-requirejs
Provides goto definition functionality for require js modules.
Stars: โœญ 20 (-68.25%)
Mutual labels:  vscode
dotfiles
Configs for apps I care about
Stars: โœญ 19 (-69.84%)
Mutual labels:  vscode
root-file-viewer
View ROOT files directly in VS Code!
Stars: โœญ 20 (-68.25%)
Mutual labels:  vscode
vscode-auto-npx
Auto resolving local Node.js binaries in VS Code terminal.
Stars: โœญ 87 (+38.1%)
Mutual labels:  vscode
everforest-vscode
Everforest Color Scheme for Visual Studio Code
Stars: โœญ 76 (+20.63%)
Mutual labels:  vscode
vscode-ecsstractor
Extracting selectors from HTML / JSX / TSX and generate CSS file.
Stars: โœญ 45 (-28.57%)
Mutual labels:  vscode
vscode-azureappservice
Azure App Service extension for VS Code
Stars: โœญ 79 (+25.4%)
Mutual labels:  vscode
cloud-computer
โ˜๏ธ The Cloud Native Computer
Stars: โœญ 5 (-92.06%)
Mutual labels:  vscode
awesome-devcontainers
A curated list of awesome tools and resources about dev containers for common programming languages and technology stacks to boost your developer productivity ๐Ÿš€
Stars: โœญ 165 (+161.9%)
Mutual labels:  vscode
vscodium.github.io
a landing page for info about vscodium
Stars: โœญ 44 (-30.16%)
Mutual labels:  vscode
vscode-appcelerator-titanium
Appcelerator development tools and UI package for Visual Studio Code.
Stars: โœญ 35 (-44.44%)
Mutual labels:  vscode
vscode-angular-html
Angular syntax highlighting for HTML templates
Stars: โœญ 35 (-44.44%)
Mutual labels:  vscode
bash-zsh-on-windows-cmder
Integration of Bash, ZSH on Windows with Cmder
Stars: โœญ 37 (-41.27%)
Mutual labels:  cmder

๐Ÿš€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 ๋ธŒ๋žœ์น˜๋ช…@{์‹œ๊ฐ„}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].