1
0

Compare commits

..

No commits in common. "675e0bbfcd6b42871721c3e9f51bfb1c52f12029" and "a6554dc4989d0093b7430eb29c10b1c24283327d" have entirely different histories.

View File

@ -16,7 +16,7 @@ xgit fetch --all
echo "[!] Chechout remote master" echo "[!] Chechout remote master"
xgit checkout origin/master xgit checkout origin/master
UPDATE_BRANCH="updated-inputs-${NOW}" UPDATE_BRANCH="update-inputs-${NOW}"
echo "[!] Create branch ${UPDATE_BRANCH}" echo "[!] Create branch ${UPDATE_BRANCH}"
xgit checkout -b "${UPDATE_BRANCH}" xgit checkout -b "${UPDATE_BRANCH}"