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
0 answers

How to move master and origin to detached head in git?

I'm using GitAhead: I had an infinite loop created 3 commits before the last one. So I checked out the working commit 525bd69, and then I checked out individual changes in the code in the following commits (d15, 06 and d33) that wouldn't break the…
Kepol
  • 149
  • 1
  • 8
0
votes
0 answers

Cant Change GitAhead Password

I have read through many solutions for the problem I have but nothing seems to work. The HTTPS credentials window keeps popping up on git ahead. After typing in my password, the window goes away briefly then pops back up (I'm assuming that means…
CardCape
  • 3
  • 3
0
votes
1 answer

How do I get around 'invalid certificate'

I am trying to clone a GitHub repository to my disk with GitAhead. In the left sidebar, I can see the remote repository. When I double click, GitAhead takes me to the "Remote repository URL" dialog, auto-filling the fields correctly. In the next…
0
votes
1 answer

GitAhead disable HTTPS Login Window

Each 4 minutes GitAhead opens a small window for asking HTTPS Login/Password. How I can say : Please do not disturb me !
Sven Kirsten
  • 478
  • 1
  • 8
  • 27
0
votes
0 answers

GitAhead - Can you please add an "Amend" checkbox when committing?

Many other popular clients have this and I use it quite often. If this already exists in the app (which I can't find) then it needs to be made much more visible. A checkbox right next to the commit button.
John Stock
  • 1,104
  • 2
  • 9
  • 11
0
votes
1 answer

GitAhead keeps asking for user name and password continuously

GitAhead keeps asking for username and password, continuously, every minute, even if no action is performed. How can I change this behaviour? Can I set the tool to ask for credentials once per commit, or once a day? Environment: GitAhead v2.6.3 -…
Pietro
  • 12,086
  • 26
  • 100
  • 193
0
votes
1 answer

How can I launch gitahed from terminal?

I enjoy using gitahed, and I would like to add a shortcut to lauch it, with github desktop I use github-desktop, but I can do the same with GA? How can I launch gitahed from terminal?
0
votes
1 answer

SSL handshake failed when trying to add remote GitLab account in GitAhead under openSUSE Leap 15

I successfully added remote (private) GitLab account under Windows 10 in GitAhead but under a Linux openSUSE Leap 15 I got "Connection failed: SSL handshake failed". Note that I can clone, pull, fetch, commit, push in repositories from repositories…
gluttony
  • 402
  • 6
  • 14
0
votes
1 answer

Is it possible to do multi-line commits with GitAhead

I currently used GitAhead as my primary GUI for interfacing git source control. My question is if it is possible to support multi-line commits messages with GitAhead? My first thought is there might be a way to amend the default config file to…
Paul Renton
  • 2,652
  • 6
  • 25
  • 38
0
votes
0 answers

Push tag after tag creation

I have created a tag in GitAhead but forgot to check Push to origin. Is there a way to push that already locally created tag to origin? [Answer] Create tag also on origin in Gitahead
razor7
  • 2,165
  • 2
  • 19
  • 32
0
votes
1 answer

Adding submodule in GitAhead

Is there any documentation on how to add a submodule to a cloned repo in GitAhead. The submodule dialogue window shows an option for adding and removing submodules (+, - buttons) however they are not clickable. GitAhead will read submodules created…
0
votes
1 answer

GitAhead Large File Storage

Does GitAhead support Large File Storage? I attempted to clone one of our BitBucket repositories. It completed OK, but a large TAR file came down as only 1KB instead of several hundred MB. I looked for a way to enable LFS and did not find one. Do…
SteveM
  • 1
0
votes
0 answers

GitAhead: unexpected HTTP status code: 404

I switched from GitKraken to GitAhead in linux. My already configured and working repository has a gitlab origin. I opened the repository in GitAhead and whenever I try to fetch, pull or push I got this error: Unable to {whatever I'm doing} from…
Hache_raw
  • 471
  • 3
  • 10
0
votes
1 answer

In GitAhead, it is not possible to create a new branch with upstream

With the command Branch | Neuer Branch ... a GitAhead Window appears an I can enter the Name of the new Branch. The pull down menu does not allow me to enter my desired starting point (select master?). The upstream pull down menu does also not allow…
Bahne
  • 1
0
votes
2 answers

libgit2 does not return a valid blob

I'm trying to get a blob of a repository with libgit2: #include #include int main() { git_libgit2_init(); git_repository *repo = NULL; int error = git_repository_open(&repo,…
Murmi
  • 91
  • 10