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
5
votes
9 answers

gitahead - HTTPS Credentials keeps popping up

How do I stay logged in after I login to the git server with GitAhead software? it requires a log in every few minutes
Omzig
  • 861
  • 1
  • 12
  • 20
4
votes
0 answers

How can I zoom in the entire GitAhead GUI?

I am using GitAhead GUI in Ubuntu 20.04. The font size is too small for me. Is there an option to zoom in all fonts in the entire GUI? I found an option to set front size for the editor but not for the entire GUI.
Abhik Bose
  • 161
  • 3
  • 7
2
votes
1 answer

How to uninstall gitahead from ubuntu?

I am not able to unistall gitahead from ubuntu. I need help regarding how to uninstall gitahead from ubuntu. I had downloaded the file from internet and had install using .sh file
Ujjwal
  • 33
  • 5
2
votes
1 answer

Is it possible to enter command line git commands in GitAhead?

I am looking for an GUI for git on Linux. I tried different ones and GitAhead seems very promising. But there are not all git commands implemented, at least not yet or I cannot find them. One task I'd like to do fairly often is pushing to a second…
jost21
  • 1,084
  • 3
  • 15
  • 29
2
votes
0 answers

"Could NOT find OpenSSL" when opening GitAhead in Qt Creator

I can build GitAhead in a "x64 Native Tools Command Prompt for VS2017" just by following the README. All I have to do is: Have CMake and ninja.exe in the PATH Check out the project and submodules In the VS Command prompt, change to the…
AndreKR
  • 32,613
  • 18
  • 106
  • 168
1
vote
1 answer

create annotated tags in gitahead

It seems, gitahead uses "lightweight" tags, but I want annotated tag. Is there something I have overlooked (hidden somewhere in the gui), or do we need a feature request here? Also I really like the behaviour in HG to have a commit associated with…
schnedan
  • 234
  • 1
  • 9
1
vote
1 answer

Git Ahead SSH Error - Failed to clone into 'my directory' - failed to find SSH identity file

I have a remote repository on my local server and I wanted to clone it into my local machine using Git Ahead, and I'm using Windows 10. I get this error: "Failed to clone into 'my directory' - failed to find SSH identity file". I'm using the…
1
vote
0 answers

How to search numbers (e.g. years) in commit messages with GitAhead?

I noticed that GitAhead (v2.6.1) doesn't seem to index numbers (e.g. years). Example commit message: "prepare for January 2020 release". The search terms "message:January" or "message:release" do find this commit, whereas the search term…
Pable
  • 11
  • 3
1
vote
1 answer

In GitAhead, is there a way to change the UI color of the file status badges (A=added, D=deleted, M=modified), in difference between commits?

I've tried to find a way to change those, modifying a custom theme file, but it looks like there is no direct scope for these badges. They take the same color of the commit branch and tag badges. I've done a quick mockup of what I would like to…
ldhstack
  • 35
  • 5
1
vote
2 answers

In GitAhead, is there a way to delete a remote branch when I already deleted the corresponding local branch?

I've already deleted a local branch without deleting its upstream branch on a GitHub. Is there a way to delete the remote branch in a GitAhead? In Sourcetree you just right click on the remote branch and choose delete.
ldhstack
  • 35
  • 5
1
vote
1 answer

Does GitAhead support TLS v1.3?

Bitbucket is announcing an upgrade in Transport Layer Security, effectively on August 3rd. I've searched github GitAhead's page and also in libgit2 (github and stackoverflow) about TLS 1.3 support but found nothing. Does anyone knows if GitAhead…
lelduayen
  • 43
  • 7
1
vote
1 answer

Customizing the looks of GitAhead to resemble TortoiseHg workbench

Is it possible to customize the looks of GitAhead to resemble TortoiseHg workbench? I'm not asking for fonts or colors but for the position and display size of elements. branch selection + sort and filtering in one line full width at the…
Bogdan
  • 1,840
  • 1
  • 25
  • 39
1
vote
0 answers

Permission problems? Can't see my uncommitted changes in GitAhead

I'm pretty new to the unix world coming from Windows 10 and starting to get comfortable with my new Debian based Voyager OS. I have pretty much everything up and running but looking for an alternative of Sourcetree I found GitAhead looking promising…
pgonka
  • 11
  • 2
1
vote
1 answer

GitAhead: Asking for credentials when trying to push - not able to continue

I'm trying to push to a GitLab repository. I'm already logged in/authenticated and I'm able to fetch all my GitLab projects. The repository was imported to GitLab from GitHub. I was also able to push normally with a different repository, but with…
bur
  • 604
  • 5
  • 20
1
vote
1 answer

Create tag also on origin in Gitahead

When I create a tag on my local repository it is created on my local repository. I do not know how to push this the origin located on GitHub. I could push this to the remote repository on the command line by git push origin v0.3.0 but I wonder…
christiankral
  • 393
  • 2
  • 7
1
2 3