kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 390 forks source link

How to use it? #528

Closed mittalyashu closed 7 years ago

mittalyashu commented 7 years ago

I have installed the git on the sublime, but don't know, how to start using it.

strongdoctor commented 7 years ago

Ctrl-Shift-P -> Git: Pull or whatever you wish to do.

mittalyashu commented 7 years ago

Thanks. Can you add this in the readme.markdown file too. By Creating a usage section.

mittalyashu commented 7 years ago

It's still quite difficult to understood how to use it and what are the commands. Is there is any kind of help video?

kemayo commented 7 years ago

"What are the commands?" is mostly answered as "they're the normal git commands". This is a fairly thin layer over command-line git, so you're probably going to get the best results by just following a regular (git tutorial)[https://try.github.io/].

Alternately, you can get a pretty comprehensive command list by just opening the command palette (cmd-shift-p) and then typing in "git", which will filter it down to just the commands to do with git.

mittalyashu commented 7 years ago

I know that git commands. But don't know, how to use it on the sublime text git interface?