Files
laragon/version-control.md
2016-06-15 17:55:21 +07:00

1.5 KiB

Version control your code

Create a repository

From the solution explorer, click on to open Git. Then, click on Create Git Repository.

Commit your changes

Add changes to your stage and commit:

Add a remote repository

Retrieve your remote repository URL from Wakanda Cloud{:target="_blank"} or Github:

Wakanda Cloud

Create a new cloud server instance{:target="_blank"} and copy the Git repository URL:

Github

Setup

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.

Cache your password in Git

Mac OS X

git config --global credential.helper osxkeychain

More info »{:target="_blank"}

Windows

git config --global credential.helper wincred

More info »{:target="_blank"}


Now, deploy your app:

Deploy your app »{:class="btn"}