gg_git 2.5.3
gg_git: ^2.5.3 copied to clipboard
A collection of git helper scripts for repository checks and other utilities.
Change Log #
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