Git Cheat Sheet

Handy Git cheat sheet for easy access to common Git commands and terminology

Git Cheat Sheet là gì?

Git Cheat Sheet là một tiện ích mở rộng Chrome được phát triển bởi https://themergency.com, và tính năng chính của nó là "Handy Git cheat sheet for easy access to common Git commands and terminology".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Git Cheat Sheet

Tải xuống các tệp mở rộng Git Cheat Sheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Git Cheat Sheet Git Cheat Sheet
ID mjdmgoiobnbkfcfjcceaodlcodhpokgn
URL Chính Thức https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn
Mô tả Handy Git cheat sheet for easy access to common Git commands and terminology
Kích Thước Tệp 14.06 KB
Số Lần Cài Đặt 3,960
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-02-25
Ngày Phát Hành 2014-02-25
Đánh Giá 4.43/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://themergency.com
Loại Thanh Toán free
Trang Web Mở Rộng http://themergency.com/git-cheat-sheet-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}