-
-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1385 from NillerMedDild/develop
Develop
- Loading branch information
Showing
716 changed files
with
37,023 additions
and
31,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
@echo off | ||
|
||
cd .. | ||
|
||
type NUL > .git/hooks/post-merge | ||
echo #!/bin/sh > .git/hooks/post-merge | ||
echo java -jar InstanceSync.jar >> .git/hooks/post-merge | ||
|
||
echo Done setting up hooks | ||
echo Running InstanceSync | ||
|
||
java -jar InstanceSync.jar | ||
|
||
@echo off | ||
|
||
type NUL > .git/hooks/post-merge | ||
echo #!/bin/sh > .git/hooks/post-merge | ||
echo java -jar InstanceSync.jar >> .git/hooks/post-merge | ||
|
||
echo Done setting up hooks | ||
echo Running InstanceSync | ||
|
||
java -jar InstanceSync.jar | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.