search
HomeDevelopment ToolssublimeGraphical explanation of how to use sublime's sublimeGit plug-in

The following tutorial column of sublime will introduce to you the sublime Text3 plug-in sublimeGit. I hope it will be helpful to friends in need!

I hope that as a note, only God knows what I wrote in the end

About how to use the sublimegit plug-in to push projects to github.
In fact, it has been written in great detail online. Please refer to https://sublimegit.readthedocs.io/en/latest/tutorial.html

I think anyone who can pass Level 4 should be able to understand it. If If your understanding of English is only limited to words starting with f...then I hope my notes can be helpful to you, 圷达.

You need to make some preparations before you start
1. You need to install sublimeGit through package control, this awesome plug-in.
2. Install git and resolve configuration issues.

Then the text starts here

Initialization library

Graphical explanation of how to use sublimes sublimeGit plug-in

##As shown in the picture, on the project you want to upload Enter and select git:init

Graphical explanation of how to use sublimes sublimeGit plug-in

# and then the storage path of the repository will appear at the bottom. If


Graphical explanation of how to use sublimes sublimeGit plug-in

appears later, the initialization is successful.

Status view

Graphical explanation of how to use sublimes sublimeGit plug-in

Enter status view

Graphical explanation of how to use sublimes sublimeGit plug-in

The above are some Information, then Untracked files are files that have not been added yet, and below are some shortcut keys.

Ignore files

Select the file and press

i to add it to .gitignore to ignore it, for example I Now add the file .zip

Graphical explanation of how to use sublimes sublimeGit plug-in

and confirm.

Graphical explanation of how to use sublimes sublimeGit plug-in

See it, forget it.

PS: If you have multiple files that need to be ignored, you can use
I (uppercase). I won’t go into details about the specific method.

Add files

You can choose to add them one by one: select the files you want to add and press

sif you want to add them all at once To add all the files, you can
ctrl shift s, and then it will get stuck...When this interface appears, it means it is complete.

Graphical explanation of how to use sublimes sublimeGit plug-in

PS: If you select a file and press

u, the addition will be cancelled. If you press U, the addition of all files will be cancelled. Add to.

commit

Press

s to enter commit,

Graphical explanation of how to use sublimes sublimeGit plug-in ##You can enter information on the first line, such as


Graphical explanation of how to use sublimes sublimeGit plug-in and then close this window and return to the

git:status

interface

Graphical explanation of how to use sublimes sublimeGit plug-in Show completed.

Upload to github

The operations just now were all done on the local library, so how could you, the handsome guy, be willing not to share it with the world?

Come, add a remote


Graphical explanation of how to use sublimes sublimeGit plug-inEnter the name, the default is

origin

Graphical explanation of how to use sublimes sublimeGit plug-in

enter

later

Graphical explanation of how to use sublimes sublimeGit plug-inwhat? What url? You didn't say that?

Ahem. . . Sorry, before going back to adding remote, we need to have a repository on github. I won’t go into how to create it. In short, now we have a library on github. I want to name it whatever I want, but after thinking about it, I forget it.

Graphical explanation of how to use sublimes sublimeGit plug-in

Then copy it

Graphical explanation of how to use sublimes sublimeGit plug-in

ssh and HTTPSCopy whatever you want It should be possible to add one to the url just now.

The last step

Graphical explanation of how to use sublimes sublimeGit plug-in

Selectgit:push, and then there will be some prompts, knock your enter, don’t pay too much attention first. For the first time, you may be asked to log in to your github or something like

Graphical explanation of how to use sublimes sublimeGit plug-in

. When this happens, we will habitually think that it should be successful.

Yes, it was indeed successful.

Graphical explanation of how to use sublimes sublimeGit plug-in

The above content is just notes, just to provide a reference (knock on the blackboard), git has many functions, I will slowly collapse and write slowly when I have the opportunity in the future.

The above is the detailed content of Graphical explanation of how to use sublime's sublimeGit plug-in. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:segmentfault. If there is any infringement, please contact admin@php.cn delete
Sublime Text vs. VS Code: Features and FunctionalitySublime Text vs. VS Code: Features and FunctionalityMay 11, 2025 am 12:20 AM

SublimeText is suitable for developers who pursue speed and simplicity, while VSCode is suitable for users who need strong scalability and integration capabilities. 1.SublimeText is known for its lightweight and fast response, with GotoAnything and multi-select powerful. 2. VSCode is known for its scalability and IDE functions, with built-in Git and debugging tools, and IntelliSense improves development efficiency.

Sublime Text: The Power of Plugins and PackagesSublime Text: The Power of Plugins and PackagesMay 10, 2025 am 12:17 AM

SublimeText's plug-ins and packages can be installed and managed through PackageControl to improve programming efficiency. 1. Install plug-ins such as BracketHighlighter to simplify code reading by highlighting bracket matching. 2. Use SublimeLinter to configure pylint to implement real-time code checking. 3. Use SideBarEnhancements to customize the sidebar function to optimize file management.

Is Sublime Text Free? Understanding the LicensingIs Sublime Text Free? Understanding the LicensingMay 09, 2025 am 12:10 AM

SublimeTextisfreeduringanunlimitedtrial,buta$99licenseisrecommendedforregularuse.1)Thetrialallowsfullfeatureaccesswithouttimelimits.2)Alicenseoffersperpetualuse,futureupdates,andremovespurchasereminders,enhancingproductivityandsupportingdevelopers.

Sublime Text: Enhancing Your Coding WorkflowSublime Text: Enhancing Your Coding WorkflowMay 08, 2025 am 12:19 AM

SublimeText can greatly improve work efficiency. 1) Multiple selection and multicursor functions allow editing of multiple positions at the same time, 2) Command panel provides fast function access, 3) Macros and fragments can automate common operations, 4) Optimized configuration and shortcut key use can improve performance and efficiency.

Sublime Text: Free to Try, Not Necessarily Free to OwnSublime Text: Free to Try, Not Necessarily Free to OwnMay 07, 2025 am 12:02 AM

SublimeText offers a free trial, but ultimately requires a paid purchase for a permanent authorization. 1) During the free trial period, users can experience its functions, but they will receive a purchase prompt. 2) After purchase, users can use it permanently, no subscription fee, and access more plug-ins and themes.

Sublime Text: Comparing Paid and Unpaid FeaturesSublime Text: Comparing Paid and Unpaid FeaturesMay 06, 2025 am 12:07 AM

ThemaindifferencesbetweenthepaidandunpaidversionsofSublimeTextaretheremovalofstatusbarremindersandoccasionalpop-uppromptsinthepaidversion.1)Unregisteredversion:fullyfunctionalwithallcorefeatureslikesyntaxhighlighting,codecompletion,andcommandpalette,

Sublime Text: The Cost of a Powerful EditorSublime Text: The Cost of a Powerful EditorMay 05, 2025 am 12:04 AM

SublimeText is worth buying. 1) Its simple interface and powerful functions, such as multi-line editing and GotoAnything, improve development efficiency. 2) Rich plug-in ecosystem, such as Anaconda, enhances the development experience. 3) Although the price is $70, its performance and fluency are great value for professional developers.

Sublime Text: Code Completion, Syntax Highlighting, and MoreSublime Text: Code Completion, Syntax Highlighting, and MoreMay 04, 2025 am 12:04 AM

SublimeText is loved by developers for its powerful code completion and syntax highlighting capabilities. 1) Code completion can automatically prompt function names, variable names, etc. to improve programming efficiency. 2) Syntax highlighting distinguishes code elements through different colors to improve readability and error detection speed.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft