Skip to content

Commit

Permalink
script for automatically merge strings from master to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SunboX committed Jul 21, 2017
1 parent 3f4ddf7 commit ffd60a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions merge_localization_from_master.cmd
@@ -0,0 +1,7 @@
@echo off

git diff master NextcloudApp\Strings > patch.tmp
git apply patch.tmp -R
del patch.tmp
git add NextcloudApp\Strings
git commit -m "[auto merge] updated from transifex"

0 comments on commit ffd60a1

Please sign in to comment.