Questions tagged [git-tower]

Git Tower is a Git client for macOS and Windows

Git Tower is a Git client for macOS and Windows published by the German company Fournova GmbH.

More information is available on the product's website.

103 questions
167
votes
20 answers

Github Push Error: RPC failed; result=22, HTTP code = 413

stupid issue with Github going on right now. I have a decent amount of changes (~120MB in size), when I attempt to push, this is what happens: error: RPC failed; result=22, HTTP code = 413 fatal: The remote end hung up unexpectedly fatal: The…
Sneakyness
  • 5,305
  • 4
  • 33
  • 39
68
votes
8 answers

Github: Mirroring gh-pages to master

I'm developing a jQuery plugin that's being hosting on GitHub. It has a demo included of which I'm manually copying and pushing to the branch gh-pages, what I'd like to do is have it so when I push a change to master it is automatically pushed to…
Ben Everard
  • 13,652
  • 14
  • 67
  • 96
47
votes
3 answers

In Git, how can I recover a staged file that was reverted prior to committing?

I was attempting to pull a change into my repository using Git Tower. When I did so, there was a conflict and I mistakenly hit stage all (as I wanted to commit after resolving the conflict). When I did so, the conflict marked itself as resolved. I…
David
  • 1,648
  • 1
  • 16
  • 31
34
votes
1 answer

git excludes vs ignores

I use Tower for using Git in Mac. The settings in Tower has Ignores section which creates the .gitignore, but it has another section named "Excludes". And it seems like that one can use excludes with "# git ls-files --others…
prosseek
  • 182,215
  • 215
  • 566
  • 871
19
votes
1 answer

Tower Won't Roll Back Commit

I am trying to roll back to a particular commit using Tower v 1.4.16 with Mac 0SX v 10.6.8. When I right-click on the commit, the option to "Roll Back to This Commit" is greyed out. Why is this happening?
jennetcetera
  • 849
  • 1
  • 10
  • 18
17
votes
2 answers

Ignoring .DS_Store in a gitignore file using Tower

I have a new repo and before I perform the first commit I'd like to ignore .DS_Store files. I've tried adding the following to the .gitignore file via Tower: .DS_Store *.DS_Store */.DS_Store But only the .DS_Store file at the root is ignored, all…
CMSCSS
  • 2,076
  • 9
  • 28
  • 49
16
votes
5 answers

How to use Kaleidoscope 2 with Git Tower?

Kaleidoscope 2 public beta was released this week and has gained merge functionality. Yay! However, the command-line usage is somewhat vague about the usage. I want to use Kaleidoscope together with Git Tower, how can I do that? $ ksdiff…
Bouke
  • 11,768
  • 7
  • 68
  • 102
13
votes
2 answers

How to update repository location in Git Tower

I have reorganized the folder structure for my repositories in the Mac Finder and now when I open up Git Tower it is informing me that those repositories can't be located. This I understand however I"m trying to figure out how I can update the…
user3732216
  • 1,579
  • 8
  • 29
  • 54
12
votes
2 answers

In git merge conflicts, how do I keep the version that is being merged in?

I have two local git branches on my machine - a branch called "v2" and a branch called "master". I'm merging v2 into master while master is checked out and the head branch. I'd like to merge the "v2" branch into the "master" branch. When I perform…
Tim Jahn
  • 1,154
  • 7
  • 16
  • 29
10
votes
0 answers

how to use git commit template in tower

Is there a way tower uses git commit template that is setup in git config? I tried to execute below command and it create a template when trying to commit from command prompt however doesn't work with tower. However git hooks works with both command…
Sam
  • 286
  • 1
  • 10
9
votes
4 answers

Trouble setting up Tower with my GitHub Account - error: could not lock config file

I've been using the GitHub for Mac app but on the suggestion of a friend, decided to give Tower a shot since it can also handle Beanstalk accounts as well. After installing the trial and putting in my GitHub username and password, I'm given this…
joshferrara
  • 759
  • 2
  • 7
  • 13
8
votes
3 answers

How to resolve fatal: Authentication failed for git [bitbucket]

I have been facing issue when i fetch or pull in any client. i.e "Tower" and Sourcetree. Everything was going smoothly , i did just update macos into Mojave. But I always get Error details: fatal: Authentication failed for …
Muhammad Hamed K
  • 279
  • 1
  • 4
  • 9
8
votes
2 answers

How to delete HEAD branch on remote Git repository?

This is remote Git repository on server [aaa@web48 proj.git]$ git ls-remote . dfca707432eb53678b37026b160a4bdc7f1ac6c3 HEAD dfca707432eb53678b37026b160a4bdc7f1ac6c3 refs/heads/master 1e09c37443ee758644a712e3c1a8b08b18a1f50d …
Pablo
  • 28,133
  • 34
  • 125
  • 215
7
votes
1 answer

Git repository icon

Is there an accepted path and/or filename scheme for Git repository icons? I noticed that two of the apps I use most frequently (Tower for Mac and Bitbucket.org) have entirely different ways of specifying repository icons: Bitbucket.org requires…
tmslnz
  • 1,801
  • 2
  • 15
  • 24
5
votes
3 answers

Git-Tower for Mac - how can i use --no-verify flag in each commit?

We are using husky pre-commit hooks and i cannot commit with tower ever since. I use the CLI for my commits now but i want to be able to use Git Tower as well. Any users out there know a quick fix? Thank you.
Divide by Zero
  • 1,343
  • 1
  • 14
  • 37
1
2 3 4 5 6 7