Questions tagged [gitkraken]

GitKraken is a freemium, fully-featured, cross-platform Git desktop client for Windows, Mac & Linux.

GitKraken is a freemium, fully-featured, cross-platform Git desktop client for Windows, Mac & Linux.

GitKraken's main features include:

Visual interactions and hints

  • GitKraken makes commands and processes easy, fast, and intuitive. The interface equips you with a visual understanding of branching, merging and your commit history.

Cross-platform

  • GitKraken is built on , allowing it to run natively on Windows, Mac, and Linux desktop systems.

100% standalone

  • GitKraken works directly with your repositories with no dependencies. It is built with so you don't even need to install Git on your system.

Integrations

  • Full integration with:, (include self-hosted), and
  • Allows seeing branches owners with profile icons, managing remote branches and even management of pull requests all from a local UI, without needing to use the browser.

Other features:

  • Built-in merge tool
  • , and support
  • One-click undo & redo
  • File history and blame
  • Fast, intuitive search
  • View image diffs in app
  • Keyboard shortcuts

its latest release (7.2.0 from Tuesday August 4th, 2020) can be found directly here

Useful Links

420 questions
0
votes
0 answers

NodeGit fileHistoryWalk doesn't show merge commit

I found that when I used 'fileHistoryWalk' for a file. The result showed the last commit is red one rather then blue one. also the merge commit between red and blue didn't show, either. How can I really know the all commit about a file including…
Bear
  • 51
  • 1
  • 6
0
votes
0 answers

Is stashing panel in gitkraken only for local stashes?

I'm new to gitkraken (and git in general) and I don't understand if in the stash panel only local stashes are shown or if I can see remote stashes too (I heard they are a thing but I'm still confused about that). Sorry for the question and thanks in…
0
votes
0 answers

Gitkraken + unity, after push and pull (rebase) source code is strange

After pull (rebase), my source code and scene file is strange. All change code have strange code I can't open unity scene... help me please
0
votes
1 answer

Delete a Branch That Comes With Other Merged Branch

I have 3 branches; A: Main branch that we use for testing. B: The branch that has changes those must be in A branch. C: The branch that has changes those must NOT be in A branch. So, while I was working on B, I merged C into B and continued to…
Gogo-the-Cat
  • 57
  • 1
  • 11
0
votes
2 answers

files shows as changed even just pull the new git branch

In git kraken, pull origin and checkout the branch. Immediately, it come with couple of files changes even not done any modification. When seen changes and "Ignore white space" to true in viewer then it shows as below: "File contents are unchanged.…
user3711357
  • 1,425
  • 7
  • 32
  • 54
0
votes
1 answer

Deleting a repo from git in my PC's folder without affecting the synchronized files at the other PCs

I am a totally noob in GIT. I cloned a repo from a project in Gitkraken, which is connected to GitLab. My question is: If I delete the repo at my PC's folder, would it affect the repos at the others PC's? I am little feared that I can delete the…
LeSchwambo
  • 674
  • 6
  • 12
0
votes
1 answer

GitLab (self-hosted) and GitKraken

I'm struggling trying to connect GitKraken with a self-hosted GitLab, here is the problem: I fill the host input and then I try to generate a personal token: But when I try to generate the personal access token the scope options doesn't…
0
votes
1 answer

How to update my cloned repository according to the official repository

I'm looking for a way in my gitkraken how to update my cloned repository according to the official repository. because my cloned repository is a few commits ago.
Lucas L
  • 43
  • 1
  • 7
0
votes
0 answers

Git gui for remote repo that doesn't have a display

Before GIT, our workflow was as follows: we used WinSCP SFTP support, to connect to the server, and modified the codes directly on the server. This was good for us, as we could quickly test the code we wrote. At the moment, we are trying to switch…
Adam Baranyai
  • 3,635
  • 3
  • 29
  • 68
0
votes
0 answers

ArchLinux Fails to Run Latest GitKraken (3.3.4)

I'm trying to run 64 bit zipped GitKraken on an ArchLinux build machine (where I do not have super privileges), and the latest version of GitKraken (3.3.4) seems to have changed/broken something with lib curl. With a previous release (3.1.1, 64…
0
votes
1 answer

cloning a repository in gitkraken from url ssh invalid

I'm quite new to Linux and I have some trouble using GitKraken (in Windows I use SourceTree). I want to clone a repository that is on my NAS. Unfortunately, when I try to clone it says: "Configured SSH key is invalid. Please confirm that it is…
Alex Gimondi
  • 84
  • 1
  • 11
0
votes
2 answers

gitkraken not showing screen after installation

I have installed GitKraken 3.3.4 on my LinuxMint 18.1-64 bit machine. I When I click on GitKraken it shows loading, but display is not showing up in the screen. Anyone can help me to solve this issue?. No issues in installation using command line…
Sathishkumar Rakkiyasamy
  • 3,509
  • 2
  • 30
  • 34
0
votes
1 answer

kraken cURL REST API cannot send order saying invalid arguments

I am able to call private user API through code like this: curl -X POST -H "Accept: application/json" -H "API-Key: mykey" -H "API-Sign: mysign" -d "nonce=123" https://api.kraken.com/0/private/Balance feedback is telling me how much USD and ETH i…
dome some
  • 479
  • 7
  • 22
0
votes
0 answers

GitKraken change highlight of changed code in diff (like on screenshot)

Image :) First part of screenshot is from GitKraken, second is from GitDesktop.. how to change it? I want to use highlight like on second part.
0
votes
2 answers

GitKraken make message with git hook

Is it possible to make a message in GitKraken so the developer sees if the git hook manipulated his commit ? I write git hooks where some files are not allowed to be send to the server and reset them in the commit. How can I make this visible to the…
Coder949
  • 987
  • 1
  • 8
  • 29