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.
![image](https://github.com/user-attachments/assets/386c5430-a8e0-484a-9d13-d829de3fe48c)
![image](https://github.com/user-attachments/assets/165910cc-250c-4015-9989-ffa0bd6e33ae)
**Full Changelog**: https://github.com/Undertone0809/gcop/compare/v1.0.2...v1.2.0