From the solution explorer, click on to open Git. Then, click on Create Git Repository.
Add changes to your stage and commit:
Retrieve your remote repository URL from Wakanda Cloud or Github:
Create a new cloud server instance and copy the Git repository URL:
Click on to open the remote repositories panel.
And setup your remote settings:
IMPORTANT: the password will be saved as plain text in the .git/config
file.
You can however leave the Username and Password fields empty and cache your password in Git.
Mac OS X
git config --global credential.helper osxkeychain
Windows
git config --global credential.helper wincred
Now, deploy your app: