gg_git 3.0.6
gg_git: ^3.0.6 copied to clipboard
A collection of git helper scripts for repository checks and other utilities.
Changelog #
3.0.3 - 2025-08-16 #
3.0.2 - 2025-08-11 #
2.5.16 - 2024-10-03 #
2.5.15 - 2024-08-30 #
Changed #
- LastChangesHash will be the same independent of carriage return resp. line breaks
2.5.6 - 2024-04-09 #
Fixed #
- TestHelpers: addAndCommitVersions: appendToPubspec: can only append one time
2.5.5 - 2024-04-08 #
Added #
- TestHelpers: addAndCommitVersions: Allow to append additional content to pubspec.yaml
Changed #
- Kidney: Auto check all repos
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
2.5.2 - 2024-04-05 #
Fixed #
- Ammending with ammendWhenNotPushed will not overwrite the previous commit message
2.5.1 - 2024-04-04 #
Added #
- option
--ammend-when-not-pushed
toCommit
deleteFileAndCommit
ModifiedFiles:
Allow to ignore files that were deletedaddAndCommitPubspecFile
pushLocalChanges
initLocalAndRemoteGit
revertLocalChanges
- Test helpers
IsPushed.get
has an optionignoreUnCommittedChanges
which allows to ignore uncommitted changes.HasRemote
returns true when git has a remote repoHeadMessage
: Allow to return head message also when not everything is committed.modified-files