diff options
author | chriseth <chris@ethereum.org> | 2018-07-05 18:18:43 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-07-05 18:18:43 +0800 |
commit | 0e129030949db8773f463ea83edc7a3b527fbe5d (patch) | |
tree | ba97142d7d9b2213938156142ba30e72e111b104 /scripts | |
parent | b1ab81ef22030ee16c6d216bfe6a4dc74b726985 (diff) | |
download | dexon-solidity-0e129030949db8773f463ea83edc7a3b527fbe5d.tar.gz dexon-solidity-0e129030949db8773f463ea83edc7a3b527fbe5d.tar.zst dexon-solidity-0e129030949db8773f463ea83edc7a3b527fbe5d.zip |
Pull before pushing to bytecode (as on *ix).
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bytecodecompare/storebytecode.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bytecodecompare/storebytecode.bat b/scripts/bytecodecompare/storebytecode.bat index e64e9276..ef20a320 100644 --- a/scripts/bytecodecompare/storebytecode.bat +++ b/scripts/bytecodecompare/storebytecode.bat @@ -39,4 +39,5 @@ set REPORT=%DIRECTORY%/windows.txt cp ../report.txt %REPORT% git add %REPORT% git commit -a -m "Added report." +git pull --rebase git push origin 2>&1 |