Git Cheat Sheet
Handy Git cheat sheet for easy access to common Git commands and terminology
Git Cheat Sheet란 무엇입니까?
Git Cheat Sheet은(는) https://themergency.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Handy Git cheat sheet for easy access to common Git commands and terminology"입니다.
확장 프로그램 스크린샷
Git Cheat Sheet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you learning Git? Or can you never remember all the available Git commands? Or are you not quite sure what 'remote' or 'rebase' does? This extension includes handy Git terminology, commonly used commands and help with the syntax and parameters for each Git Command. Git logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. Read more : http://git-scm.com/downloads/logos
확장 프로그램 기본 정보
이름 | Git Cheat Sheet |
ID | mjdmgoiobnbkfcfjcceaodlcodhpokgn |
공식 URL | https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn |
설명 | Handy Git cheat sheet for easy access to common Git commands and terminology |
파일 크기 | 14.06 KB |
설치 횟수 | 3,960 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-02-25 |
출시 날짜 | 2014-02-25 |
평점 | 4.43/5 총 23 개의 평점 |
개발자 | https://themergency.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://themergency.com/git-cheat-sheet-chrome-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Cheat Sheet", "short_name": "Git Cheat Sheet", "version": "1.0.1", "manifest_version": 2, "description": "Handy Git cheat sheet for easy access to common Git commands and terminology", "homepage_url": "http:\/\/themergency.com\/git-cheat-sheet-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Git Cheat Sheet", "default_popup": "src\/browser_action\/browser_action.html" } } |