SSH
URL. The repository should be empty except README.md
, .gitignore
, and LICENSE
files (These can be auto-created when you create a new repository.)Connect GIT
button on the bottom bar.SSH
URL and click on Generate key
to generate an SSH
key.README.md
file. On the Git Sync window, you’ll move to the Deploy section, where you can make an initial commit.Import from a Git repo
option on the import application pop-up. You'll be navigated to an Import from the Git Repository
screen.+
icon at the bottom left corner.Commit and Push
to update your repository with the latest changes.f1
and you deploy the changes from f1
branch, it will not affect the changes of the master branchorigin/
since this prefix is used to distinguish between local and remote versions of a branch.base
and head
branches shouldn't have any uncommitted changes.base
branch shouldn't have any commits that are missing locally (the local and remote versions should be in sync.)base
and the head
branch shouldn't have any conflicting changes.Merge Changes
if the merge status check is successful.