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

Push to github and gitlab erros

I'm trying to push to my GitHub repository (i have also tried pushing to a GitLab repository) and it isn't working. I have been using GitKraken, and i get an error "malformed URL" then lists the URL I am trying to push to. I have also tried pushing…
user2035296
  • 157
  • 1
  • 3
  • 8
0
votes
1 answer

Git push success but files not updated in website

I am using Git ( GUI GitKraken) with cPanel. In cPanel public_html/web I have git repository created using commands: mkdir ~/web cd web git init git config receive.denyCurrentBranch updateInstead Now in my laptop, i cloned via GitKraken to www…
0
votes
0 answers

Making non-linear commits as linear in git

I'm trying to learn git by trying different commands. I'm using "GitKraken" to visualize how the git commit "graph" changes as and when I try different commands. At one point , I used "git reset --hard HEAD~2" to go back to the previous 2 commits.…
0
votes
1 answer

Hotfix - commit file including Version Number Change?

I'm using Gitkraken's gitflow: https://support.gitkraken.com/repositories/git-flow My fix basically requires changing a single HTML file, a class on a single element. I also want to change the version number in my app (it's a Windows store app,…
TKoL
  • 13,158
  • 3
  • 39
  • 73
0
votes
1 answer

Access to origin/develop branch in GitKraken

Probably a newbie question, sorry. I cloned a git repository while there was only an origin/master branch. Now someone has added an origin/develop branch but I find no way of pulling this new branch or even just looking to the remote structure so I…
user957479
  • 491
  • 1
  • 5
  • 20
0
votes
2 answers

Commit to all branches

I have got master branch and some other branches in GitKraken. I have a java class file, which stores data server address. I want to commit changes of this file to all of my branches. Is it possible?
0
votes
0 answers

Git Flow Finish Feature Error - no reference found for shorthand 'merge_head'

I am fairly new to Git so I apologize if my terminology is wrong in some areas. I have a Git repository with many commits directly to master and many branches. All branches are finished, merged into master, and deleted. So now I am at a clean…
gfrobenius
  • 3,987
  • 8
  • 34
  • 66
0
votes
1 answer

Gitkraken on Windows behind a proxy doesn't work

I installed Gitkraken and I'm trying to clone a repository from Bitbucket but it doesn't work, I get this error during the cloning process: Failed to start ssh sesssion. Bad socket provided I generated an authentification key on Gitkraken and…
Dreamk33
  • 245
  • 3
  • 13
0
votes
1 answer

IntelliJ Idea commits the whole class to repository

I made changes to a few lines of code in a certain class and each time I try to commit them, GitKraken claims that I'm attempting to commit the whole class. Every 1000+ lines of it. I think this is some sort of automated code styling done in…
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
2 answers

Cannot install anything in Ubuntu14.04. Error:The package gitkraken needs to be reinstalled, but I can't find an archive for it

Recently, I try to use my ubuntu 14.04 to unzip 7Z files. So I need to install p7zip-full. But when I tried to install it , I get a error like this: ``` emma@emma-AMAX:~$ sudo apt-get install p7zip-full Reading package lists... Done Building…
Emma Wang
  • 76
  • 7
0
votes
0 answers

Custom merge driver not working in GitKraken

I am trying to use merge-po driver https://github.com/mezis/git-whistles#merge-po for smart merging gettext generated translation *.po files. Driver works just fine in CLI (merged without conflicts) but GitKraken completely ignores custom merge…
Petr Přikryl
  • 1,641
  • 4
  • 22
  • 34
0
votes
1 answer

Gitkraken commit issues

I have 3 folders: Master on Local1 (PC 1) Master on Remote (Github) Master on Local2 (another PC) I try to push on Master Remote using GitKraken from Local1. GitKraken said the push is successful. But, I could not see on Remote. But; if I…
tensor
  • 3,088
  • 8
  • 37
  • 71
0
votes
0 answers

kraken java authorisation error {"error":["EAPI:Invalid signature"]}

Code source is here on GitHub. Here are the points: 1.) URLEncoder used for (API-key) and (Api-Sign) gives same error with or without it. 2.) Used both Base64.decodeBase64 and Base64.getDecoder().decode and still getting the same error. 3.) getting…
ricky
  • 1
  • 1
0
votes
2 answers

Local git repo is 45GB, but the remote on bitbucket is only 380MB

The title pretty much describes my whole problem. I tried doing git gc, but that didn't help at all. I also verified that it is indeed the hidden .git folder that's 45GB in size. I'm not familiar with the command line at all, I've mostly just used…
Andrio
  • 1,852
  • 2
  • 25
  • 54
0
votes
1 answer

Git command to add all projects to Git Desktop under /PROJECTS

This is a real easy question, but I am having difficulties getting this to work. I have a dir /PROJECTS that contains all of my different projects. I am using this local and remote. I just need the command to say import all applications under…
1 2 3
27
28