Questions tagged [gitahead]

GitAhead is an open source, Qt-based Git client for Windows, Linux and Mac OS.

GitAhead is an open source, Qt-based Git client for Windows, Linux and Mac OS.

https://github.com/gitahead/gitahead

42 questions
0
votes
1 answer

In GitAhead, how do you open a single file from a specific commit?

In GitAhead, I would like to open/download/save a file from a specific commit. In sourcetree, slecting a fil gives you two buttons: "Open before" and "Open after". I'm looking for something similar. Is there a way to open a specific version of a…
0
votes
1 answer

QTreeView does not show any item when using a wrapper between model and view

I'm trying to create in GitAhead a different view of the diff files. They provide already a Treemodel which works fine. I'm trying to put a wrapper between the model and the view to show only the changed files. For the moment I would like to just…
Murmi
  • 91
  • 10
0
votes
1 answer

GitAhead: how to set correct file encoding in diff view?

GitAhead displays cyrillic symbols incorrectly. I checked both menu and config dialog and dont found any param to set encoding type. incorrect encoding display Sample of incorrect encoding: "Гло́кая РєСѓМЃР·РґСЂР° ште́ко…
0
votes
2 answers

How can I disable auto refresh in GitAhead

I need to disable auto refresh in GitAhead because sometimes when I look on changes made in older commit, GitAhead automatically refreshes and scrolls to uncommitted files. So the main problem is not actually the refresh itself but the scroll to…
Juraj.Lorinc
  • 503
  • 6
  • 26
0
votes
1 answer

Display both Date and Time in the history pane of GitAhead

I have been using GitAhead as my primary git client for a while. The tool is quite good as I work on both Linux and windows. One bit anoying me is the branch history windows shows only the time for the current day, not for the previous days. My…
DKay
  • 21
  • 3
0
votes
1 answer

GitAhead - Can I "open existing repository" into a "Remote" list?

This question is about the GitAhead GUI for Git. I'm posting here on SO by suggestion from their website. I cloned a repository from GitLab with the command line. I added it to the left-hand pane of GitAhead by clicking + and Open Existing…
Ben Mares
  • 1,764
  • 1
  • 15
  • 26
0
votes
1 answer

GitAhead - Unable to figure out how to squash commits

I am using the latest GitAhead version and unable to figure out how to squash commits in my branch. Any help would be greatly appreciated.
0
votes
1 answer

How to stage individual lines in GitAhead

I just started using GitAhead. Have been using SourceTree a lot in the past. In SourceTree you can stage individual lines. I do that all the time. How to do that in GitAhead?
Per Steffensen
  • 613
  • 2
  • 7
  • 19
0
votes
2 answers

Why does GitAhead give this error on fetch/pull?

I am using GitAhead on an existing repo, and trying to pull or fetch to get updates. GitAhead is giving me this error: Unable to fetch from 'origin' - config value 'autoupdate.enable' was not found Git itself doesn't seem to have this config…
cheenu
  • 138
  • 2
  • 8
0
votes
1 answer

How to set SSH identify file path

I'm trying to push some code to my company internal Git repository via SSH, but I kept getting the following error: Unable to push to ssh://git@serveradddress:1234/wpk/repotest.git - failed to find SSH identify file How can I set the path to my…
fabimb
  • 1
  • 1
  • 1
0
votes
2 answers

Silent command-line install of Gitahead?

Need to install gitahead via SCCM on our lab machines. Gitahead provides .exe installers, not .msi files. Need to find correct flags/parameters for silent install. I've already tried /qn /q /silent /verysilent and the other common ones. They all…
-1
votes
1 answer

Equivalent of "New directory" and "upload file" in Gitahead

In GitLab I use the two commands: "New directory" and "upload file" to add a file to my repository. How can I do this locally in Gitahead?
Bahne
  • 1
1 2
3