Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 18:02
· 75 commits to main since this release

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

image

Full Changelog: v1.0.2...v1.2.0