Skip to content

Releases: newtoallofthis123/qit

Temporary Release

22 Aug 18:30
Compare
Choose a tag to compare

I want to make some major changes to Quick Git, mostly to improve user experince, so for the foreseeable future, this is the long term release v.0.3

It has the following features

  • Commit
  • Change Branch
  • Undo Commit

Initial Release

22 Aug 18:10
Compare
Choose a tag to compare

The first release of Quick Git, just a simple CLI for you to run the following commands

git add .
git commit -m "Message"
git push

Which sort of encapsulates all the things someone starting out with git does