Git Easy makes is really easy to use Git with your project. This is inspired by the git plugin of Sublime Text.
It currently supports these commands -
- Git Easy: Init
- Git Easy: Add Origin
- Git Easy: Add Remote
- Git Easy: Add File/Directory
- Git Easy: Add All Modified
- Git Easy: Commit
- Git Easy: Pull Current Branch from Origin
- Git Easy: Push Current Branch to Origin
- Git Easy: Push Current Branch (to any remote)
- Git Easy: Status
- Git Easy: Create New Branch
- Git Easy: Change/Checkout Existing Branch
- Git Easy: Log All
- Git Easy: Log Current File
Currently it has just one requirement - simple-git
, that will get installed along with the extension.
Fixed bug with log command
Added command to add remote.
Added Git Log. Clicking a log opens the details of that commit.
Minor bugfixes and updated logo
Initial release of Git Easy.