Skip to content

Releases: ximilsoft/easygit

Version 1.2.0

24 Sep 00:36
da4b1d4
Compare
Choose a tag to compare
  • Bug Fixes and Improvements.
  • Added faster commit 'git -am msg' which does not require user to 'git add' then commit.
  • Modified vscode() to get the path on any user and any install mode.

Version 1.1.0

15 May 00:37
Compare
Choose a tag to compare

Keyboard Control:
Press the enter key to open the current folder in VSCode

Version 1.0.0

14 May 14:28
Compare
Choose a tag to compare

Basic functionality

  • Keyboard Navigation : Navigate easily using arrow keys (left, right).
  • Automatic Push : Automatically push your local files to your GitHub repository.
  • Ready-to-Use Templates : Cloned repositories come with pre-set templates:
    • README.md
    • CONTRIBUTING.md
    • .gitignore
    • .vscode (to disable Git in VSCode)