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 make git merge using console command line to see branches in gitkraken software?

Hello I'm using gitkraken to analyze my git local repository I don't see my branch in gitkraken using this code in my last operation with "task2" folder: git init git checkout -b task2 // create new branch mkdir task2 // create folder //create file…
shock3r
  • 23
  • 3
0
votes
1 answer

Move staged and committed changes back to staging area GitKraken

I accidentally staged, committed and pushed some files I shouldn't have (along with the files I actually wanted to commit) to my remote repo using GitKraken. I want now to move those unwanted files back to the staging area without losing the…
Woop
  • 61
  • 9
0
votes
1 answer

Filter changed files view

Is there a way to filter the changed files view in gitkraken by supplying a filter string? So for example if I were to enter the string "*.xml", the changed files view would only show .xml files.
Scorb
  • 1,654
  • 13
  • 70
  • 144
0
votes
1 answer

How to show the whole file in diffview in gitkraken

Right now, when I go to the diffview of a file in gitkraken, it more or less exactly shows only the changed lines. Is it somehow possible to see the whole file with the changes highlighted? Seems like a really basic requirement to me.
flip
  • 11
0
votes
1 answer

How do I restore a folder via GitKraken?

Somehow I've lost all the source code for my TacticalAILib. HOWEVER, when I look at GitKraken (see below) there the folder is: But, when I got to the BitBucket repo there is no TacticalAILib source code. So my question is: Where are these files…
zetar
  • 1,225
  • 2
  • 20
  • 45
0
votes
1 answer

Using CLion & PyCharm with GitKraken

Has anyone used JetBrains product ( CLion, PyCharm, etc... ) that supports Git with GitKraken? I want to use CLion & PyCharm for code editing and testing and use GitKraken for git stuff, but I am worried that changing git may cause some problem in…
AgnosticCucumber
  • 616
  • 1
  • 7
  • 21
0
votes
1 answer

How to login into Gitkraken using organisation git hub

I have a pro git kraken account.I am exploring Glo boards to synchronize to my organization github but it always redirects to https://github.com .I have added my organization account into github enterprise with personal access token in the…
0
votes
1 answer

How do I prevent .gitlab-ci.yml to be deleted when I push code to GitLab with GitKraken?

I am new to GitLab. I have configured .gitlab-ci.yml via the GitLab interface. So .gitlab-ci.yml is not on my local machine. When I now push the code from my local machine to the repository on GitLab, .gitlab-ci.yml is deleted. I added…
Ted
  • 83
  • 1
  • 10
0
votes
2 answers

GitKraken adds \ufeff to the start of file

When I push commits to Bitbucket and create pull-request, I can see in a diff a weird symbol (\ufeff) is added to the start of newly created files. I don't want GitKraken to add any additional symbols, so the commits would have been pure. How to…
iOne
  • 153
  • 2
  • 12
0
votes
0 answers

Pushing branches and tags fail on GitKraken 5.0.4 but works in the cmd

Git 2.18.0.windows.1 GitKraken 5.0.4 64-bit When I try to push tags or branches, a red flag appears saying "Push failed. Failed to rename lockfile to ... Access Denied". If I do the same operation on the command line, it works fine.
Mode77
  • 991
  • 8
  • 28
0
votes
1 answer

Pull requests not acting as a merge in Github (but not Bitbucket/Gitlab)

I've used git for a number of years but recently started using github to manage my repository. Has anyone else observed that pull requests once approved, do not appear to draw the merge lines when you look at it with an application such as…
Coherent
  • 1,933
  • 5
  • 24
  • 33
0
votes
0 answers

GitHub pull requests produces a merge commit and the branch's commits

I recently merged a pull request on GitHub with a merge commit, and it produced a merge commit as expected, but also added the commits from the branch, which we don't want. We were using the "Squash and merge" option before which only added one…
SamTebbs33
  • 5,507
  • 3
  • 22
  • 44
0
votes
2 answers

Why is GitKraken fast forwarding feature merges into the develop branch?

GitKraken have what seems to be a nice built in UI to work with git flow. You can start and finish features, hotfixes and releases on a click of a button. I was testing it in a local repo and I started a feature and made 3 commits to it. When I…
underthevoid
  • 513
  • 1
  • 6
  • 17
0
votes
0 answers

Can specific commits be pushed to a branch graphically, by GitKraken or any other alternative?

As said here and specifically answered here, one can push specific commits (and everything before them) to a branch by writing on a terminal git push : // example -> git push origin…
GWorking
  • 4,011
  • 10
  • 49
  • 90
0
votes
1 answer

Reset everything to remote and skip all changes

Is there any way in the user interface to reset to a specific commit and skip all local changes? I want to reset to the marked on the picture.
Thomas Segato
  • 4,567
  • 11
  • 55
  • 104