Skip to content

Releases: icy/git_xy

v1.2.0: Allow to refine rsync command

25 Jul 10:27
@icy icy
Compare
Choose a tag to compare
  • Local external configuration/hacking: (GIT_XY_ENV_FILE, defaults to git_xy.env)
  • Allow to refine rsync command (via git_xy_rsync in GIT_XY_ENV_FILE)

Stable version, with ability to use any rsync options

18 Jul 18:05
@icy icy
d8299b2
Compare
Choose a tag to compare

The last option of the configuration now accepts any rsync options (--delete, --verbose). This makes the script works the same way rsync command works, and we don't need to introduction any special syntax to branch name.

The script can also read configuration file stdin. This allows some dynamic feature at the runtime. E.g, when you want to generate Pr for some feature branch (Using configuration requires branch names to be fixed names.)

First release, with manual QA/tests

19 Jun 06:41
@icy icy
Compare
Choose a tag to compare
v1.0.0

git xy is almost ready for production use ;)

The first alpha release, without test files :)

05 Jun 18:52
@icy icy
Compare
Choose a tag to compare

It's almost working. Need more tests, more documentation (how to set up gh authentication)