tensor
tensor

Reputation: 3340

Add files to local repository in GitKraken

Am new to GiKraken.

I have created a local repo and remote (origin) repo. I have added some files to the local repo (folder on my computer).

But, Gitkraken cannot find them automatically and then cannot commit.

How to add them in GiKraken manually ? (could not find the way to do it, even "Stage" is not shown inthe community version).

Upvotes: 3

Views: 9894

Answers (2)

kowsky
kowsky

Reputation: 14539

GitKraken Screenshot

A click on 1 shows your unstaged changes in area 2. The green symbol below 2 indicates a file that was added and is not yet added to your git repository. If you click on it, it will move to the Staged files area and be ready to be commited.

Upvotes: 2

kowsky
kowsky

Reputation: 14539

I'm not sure I understand your question correctly. You can not create files in GitKraken, it just manages your existing files in your repository.

If you create or copy files in your repositorys' folder (via file manager or editor or by whatever means), GitKraken will know and show the files as new files in th "Unstaged Files" section, allowing to add and commit them to your repository.

Upvotes: 0

Related Questions