Skip to content

Releases: coldrockgames/git-scripts

Release 2512.3

18 Dec 11:46

Choose a tag to compare

  • 'updsub' and 'pull' received an update to process git submodules transparently
  • those two scripts now support a final 'submodule-branch' argument

Release 2512.2

10 Dec 22:12

Choose a tag to compare

  • 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

10 Dec 17:52

Choose a tag to compare

  • 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

23 Oct 06:10

Choose a tag to compare

  • merge2me and merge2dev now ask you to resolve conflicts before doing the final push.

Release 2509.1

02 Sep 21:45

Choose a tag to compare

  • Some scripts have better (colored) error messages and usage information
  • Better readable (colored) Finished and pull/push/merge messages for all scripts to allow better examination of the results in longer batch operations with multiple repositories

Release 2507.2

16 Jul 09:46

Choose a tag to compare

  • push is now aware of # as first character of the commit message and will perform actions to assign the commit to a repository if applicable
  • tag now accepts -f or --force as last parameter to force tag-redirection to the current commit

Release 2507.1

14 Jul 08:18

Choose a tag to compare

  • merge now fetches your current branch and merges locally before pushing and switching
  • This change affects also merge2me and merge2dev. They now work correctly, even when your local branch is outdated

Release 2506.4

29 Jun 07:27

Choose a tag to compare

  • revert now 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 writeIn tool received a bugfix. The color reset argument did not work properly.

2506.3

15 Jun 07:59

Choose a tag to compare

  • status, pull and push now supports wildcards! Example: you can view the status of all jam repositories with status jam* - any standard file/directory patterns are supported
  • status now offers colorful shortlist output if you use a wildcard or no argument at all (print status of all repositories)
  • origin now does git remote --v to show origin and upstream as well

2506.2

12 Jun 11:53

Choose a tag to compare

  • install-scripts must now be run in an elevated command prompt. It will set the PATH automatically to the subfolders, so all build scripts run without errors
  • The failed to create shortcut error should no longer occur when in an elevated command prompt
  • merge no longer opens the "edit the commit message" editor, merges run smooth and silent
  • pull no longer opens the "edit the commit message" editor, merges run smooth and silent