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

Tower is sometimes merges two branches when I change the head, is this being seen by anyone else? What is the cause?

Twice in the last month I've experienced an issue where the branch I was previously on is being merged into the branch I am now on when I reassign the head branch. I'm 100% certain that in neither case did I explicitly choose to merge the branches.…
Tony Friz
  • 883
  • 1
  • 10
  • 27
0
votes
1 answer

Bitbucket - Tower - Undo/Delete Previous Commits

I have been through quite a bit of posts, but I cannot get this to work. So... I am using Tower and accessing a remote branch called stag. I am trying to undo/delete commits that were done after a certain commit (let's say hash - 0008). A…
RooksStrife
  • 1,647
  • 3
  • 22
  • 54
0
votes
1 answer

Deleting commits using Git Tower

I was attempting to completely delete a commit I just made and I'm trying to figure out how to do it inside of git tower. I had clicked on the Make a collection commit and did revert but not sure if that was right. So what I want to do is have the…
user3732216
  • 1,579
  • 8
  • 29
  • 54
0
votes
1 answer

How do I cause changes in Araxis Merge to apply to the corresponding files in my repo?

I'm confused about how to get Araxis Merge to make changes to the files in my repo. When I launch the application (in my case, from Tower, which is configured to use it) I see the expected comparisons, and can select which changes to move between…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
1 answer

Tower App in OSX shows files as new/modified in new local setup

I'm in the process of moving a site to local (MAMP) dev environment that has not been in BitBucket or git before and am using Tower App for git responsibilities. When I copy a site from the live server down to my local, Tower (understandably) sees…
7weight
  • 25
  • 5
0
votes
2 answers

Cant stash new img files in git tower

Im using Tower 2 to manage my bitbucket git repos. Ive added some img files to the repo and editted some html and js files, these are not ready to be committed so i saved them as a stash. This worked fine for the html and js files which were editted…
sam
  • 9,486
  • 36
  • 109
  • 160
0
votes
1 answer

Locally deleted git-managed files aren't removed from the server

Apologies if the title for this is misleading or incorrect - feel free to edit it. I have a website that I version control using Git. I'm using Tower as a GUI for it. I'm using GitGo as a deployment server. When I make changes to my site locally, I…
darylknight
  • 233
  • 1
  • 3
  • 12
0
votes
1 answer

How to clean working directory after closing a feature branch put old code into develop

I'm working on a project which uses git-flow, where feature branches have been left dangling. I want to clean things up but I'm not very familiar with git-flow in practice. I used Tower's git-flow "finish feature" on that branch, then noticed that…
Goulven
  • 777
  • 9
  • 20
0
votes
0 answers

Git-Tower Not Tracking

I am attempted to make commits for a school project to my Github repository though the use of the Git-Tower application. For some reason it is saying No Tracking for the branch. How can I fix that so that when I click on a file I can see what the…
user3732216
  • 1,579
  • 8
  • 29
  • 54
0
votes
1 answer

Local Repository With Git Tower

I'm really trying to learn to be better at using git-tower but I have not been successful yet. I am having an issue. I currently have a Laravel 5 project that comes with a couple of git files but I am not seeing a .git folder so I went to my list of…
user3732216
  • 1,579
  • 8
  • 29
  • 54
0
votes
1 answer

git tower 2 keeps refreshing my view and throws the cursor to beginning of commit list every time I refocus the app

I am on the main screen, going over commits one at a time in MASTER branch, lets say I use the keyboard arrows. Every time I go to another app (Eclipse) and then go back to tower, the commit list gets refreshed, and I'm being brutally thrown to the…
Assaf H
  • 41
  • 4
0
votes
1 answer

Anyone have this Tower issue when creating GitHub Repo?

Is anyone seeing this issue with Tower? When I try to Create GitHub Repository, if I enter anything in the "description" field, I get the following GitHub API Parse Error: "A response from the GitHub API could not be parsed. Please try to retrieve…
BMCwebdev
  • 146
  • 2
  • 12
0
votes
1 answer

Git Tower push to Github and Beanstalk

Is it possible to publish to multiple remote repositories? I have accounts at Github and Beanstalk, would like to publish a local project to both.
Bryan Hoffman
  • 53
  • 1
  • 1
  • 6
0
votes
1 answer

codekit-config.json keeps showing up in Tower, has anyone found a permanent fix using gitignore?

CodeKit will refresh every so often and config.json keeps showing up. I placed this file in gitignore but it still persists. Is there something wrong with this line in gitignore? I have posted a quick temporary fix for this issue, does anyone know…
technoY2K
  • 2,442
  • 1
  • 24
  • 38
0
votes
1 answer

gui git client for auto-complete

in trotoise svn if I have many changed files in one commit, for examples, I committed these three files config/application.yml db/schema.rb app/views/streaming_verifications/index.html.haml those file name can be auto-completed on the tortoise…
newBike
  • 14,385
  • 29
  • 109
  • 192