v1.2.0
What's Change
Run the following command to upgrade the gcop.
pip install -U gcop
- Simplify the use of git gcommit, you can directly use git c for copilot auto commit
- Added some git commands such as:
1.git undo: Undo the last commit, but keep the file changes
2.git pf: Push the changes to the remote repository with force
More git aliases will be added in the future to provide easier extension of git commands.
Full Changelog: v1.0.2...v1.2.0