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
1 answer

How to take file from a branch, and push them exactly has if in my branch

I have 2 branch. a branch A that was a "upgrade" branch, and a branch B that is the stable branch. Many changes were made to branch A progressively, and many merge of B inside A were made. Now, branch A work ok, and everything has been update, so I…
Bobby
  • 4,372
  • 8
  • 47
  • 103
0
votes
2 answers

Git use commits of master in multiple branches

I have a master branch with multiple child branches. Each child branch has a small difference compared to the master branch. I often run into the case that I update my master branch and would like the child branches take that update/commit as well.…
Jon not doe xx
  • 533
  • 3
  • 10
  • 20
0
votes
1 answer

Forked a repo after submitting pull requests but before they were accepted

I submitted two pull requests to a documentation repo (I will call it Repo-A). [Note: All changes are made directly to the master branch for Repo-A; the git-flow methodology is not used.] The pull requests are currently outstanding at Repo-A (not…
Sabuncu
  • 5,095
  • 5
  • 55
  • 89
0
votes
2 answers

Understanding a Git history graph

Below is a Git history graph from a random GitHub project I am studying, to learn about Git: The graph is from the GitKraken GUI. The lower circle, heading up, splits into three paths. One path (rightmost) merges back into the leftmost path, but…
Sabuncu
  • 5,095
  • 5
  • 55
  • 89
0
votes
1 answer

How do you clone a TFS Git Repo in GitKraken?

Per documentation on GitKraken's website I should be able to clone a git repo hosted in TFS 2015 What is not clear is should the repo be configured for HTTPS. When I try to clone my repo which has a http URL, in GitKraken I get a 401 error but…
rams
  • 6,381
  • 8
  • 46
  • 65
0
votes
1 answer

Gitkraken problem: 1 file to stash on merge

I'm trying to merge two branches. First, I made a pull. When I clicked on the merge button, it threw an error saying that there is one file (just one file) that has been deleted and needs to be treated. After I stash it and commit it, I tried to…
Silkking
  • 250
  • 3
  • 15
0
votes
1 answer

Git replace 2 versions same aplication (folder to repo)

I use windows, Git and GitKraken as Git Client I have 2 versions of same application: v1 and v2 (updated version of v1) I have a git repository for v1 located in c:/app1/ The v2 is located in c:/app2 but without repository or anything, is simply a…
Oscar P
  • 61
  • 2
  • 12
0
votes
1 answer

Can't run GitKraken on ParrotOS 4.3

I've downloaded and installed GitKraken twice(the latter after uninstalling the previous installation, upgrading all the system and rebooting)the .deb file both via firefox and via wget and ran it as well via dpkg -i and GDebi... Still, when I try…
0
votes
1 answer

Did a merge to master on BitBucket website and now commits are missing in local master

Company is new to Git and did our first pull request but something went wrong. I went onto the bit bucket website and started a new pull request to merge my dev branch into master (both branches are in same repo). After pull request was approved, I…
Bo73
  • 1
  • 2
0
votes
1 answer

gitkraken failed to connect to gitlab invalid argument

I want to connect to my school gitlab (self-hosted) with gitkraken. It create the repo when i try to init but a few second later i get this error : failed to connect to (school.gitlab.url) invalid argument I'm on win7 x64 gitkraken v4.0.5 I'm…
0
votes
1 answer

How to show whole gitkraken branch tree?

I cloned huge repository from github. I want to examine it in gitkraken, but unfortunately I am able to see only the branch tree from the last half a year. Is it possible to make whole branch tree visible?
A. Kwas
  • 27
  • 7
0
votes
2 answers

Fetch failed to : SSL error - syscall failure

At first, I want to note that git itself works correctly on my Fedora 28 Work station. I mean, I can do clone/fetch/pull/push and any git command in console. But I faced with couple of problems in GitKraken (v4.0.2). 1) When I use sudo…
0
votes
2 answers

Git when merging branches user is set to = sign instead of current user

This is the result after merging in gitkraken/git bash: When I merge any branch to master (Or any other branch) my account is not being used. But when I do normal commits it will as expected. I also used git bash to merge, same result. Does this…
NLxDoDge
  • 189
  • 2
  • 13
0
votes
1 answer

How to delete git commits and merges to desired point in history

I'm using GitKraken. The current history for my repo looks like this: However, I want to remove the most recent commit and merge, so that my history looks like this: I want to do this through GitKraken alone, without using the command line. I…
Cameron Hudson
  • 3,190
  • 1
  • 26
  • 38
0
votes
1 answer

Push Error GitKraken

Can't push may changes to the repo with GitKraken. I have the credentials CORRECT. Since is a private repo, I had to clone the repo via URL. I did that with my user (authorized of course). I DID commits before, and now I just cant push again. I'm…