Releases: coldrockgames/git-scripts
Releases · coldrockgames/git-scripts
Release 2512.3
Release 2512.2
- A new script "upstream" is available to automatically update a remote upstream repository (template or fork root)
- Minor fixes (typos) in some other scripts, no functional changes
- GDScript added as recognized language to .gitattributes for new repositories
Release 2512.1
- A new script "upstream" is available to automatically update a remote upstream repository (template or fork root)
- Minor fixes (typos) in some other scripts, no functional changes
Release 2510.1
merge2meandmerge2devnow ask you to resolve conflicts before doing the final push.
Release 2509.1
- Some scripts have better (colored) error messages and usage information
- Better readable (colored)
Finishedandpull/push/mergemessages for all scripts to allow better examination of the results in longer batch operations with multiple repositories
Release 2507.2
pushis now aware of # as first character of the commit message and will perform actions to assign the commit to a repository if applicabletagnow accepts-for--forceas last parameter to force tag-redirection to the current commit
Release 2507.1
mergenow fetches your current branch and merges locally before pushing and switching- This change affects also
merge2meandmerge2dev. They now work correctly, even when your local branch is outdated
Release 2506.4
revertnow resets the repository correctly. ATTENTION! THIS IS A HARD RESET WITHOUT UNDO! Untracked files and folders will also be removed. Ignored Files will not be removed.- The
writeIntool received a bugfix. The color reset argument did not work properly.
2506.3
status,pullandpushnow supports wildcards! Example: you can view the status of all jam repositories withstatus jam*- any standard file/directory patterns are supportedstatusnow offers colorful shortlist output if you use a wildcard or no argument at all (print status of all repositories)originnow doesgit remote --vto show origin and upstream as well
2506.2
install-scriptsmust now be run in an elevated command prompt. It will set thePATHautomatically to the subfolders, so all build scripts run without errors- The
failed to create shortcuterror should no longer occur when in an elevated command prompt mergeno longer opens the "edit the commit message" editor, merges run smooth and silentpullno longer opens the "edit the commit message" editor, merges run smooth and silent