sudo su
cd /app/mighty/spadmin/
mkdir Mighty_Code_Path
chmod 777 Mighty_Code_Path -R
userName : "abcd"
EmailAdd : "abcd@gmail.com"
git config --global http.sslVerify false
cd "/app/mighty/spadmin/Mighty_Code_Path"
pwd
git clone "URL"
cd identityiq
git checkout Master_Code_Rev
cd /app/mighty/spadmin/Mighty_Code_Path/identityiq"
git add --all
git commit -m "Commit -12345 -Master_Code_Rev_Test"
git push -u origin HEAD:Master_Code_Rev
# Create Pull Request
# Scroll down and click on Create.
No comments:
Post a Comment