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
1 answer

Git Tower: How to show untracked files in Modified list?

When I add new files to a directory being tracked by git, the files do not appear in the Modified view in Tower. I can add them by going to All view, navigating to the file, right clicking and then Add, but that's a pain. I'm surprised they don't…
Greg Perham
  • 1,835
  • 1
  • 17
  • 26
0
votes
1 answer

How does one see the git command line executed by the MacOSX Git GUI Tower?

Similar to "Is there a way to see the shell commands executed by SmartGit?" is there a way to see the commands that the Tower GUI is executing on my behalf? I want to learn the git command line at the same time I'm using the GUI.
Peter Murray
  • 113
  • 5
0
votes
1 answer

Workflow for git Dev and Live sites, push to remote

Firstly, when it comes to git i'm a bit of a newbie. I have two website one is used for development the other is the live site. I am just about to move all the files over to git, (and github) as I have been using SVN but think git (after a few weeks…
jimbo
  • 1,018
  • 4
  • 18
  • 34
0
votes
2 answers

Trying to setup 1 local folder per branch on GitHub

Okay so in my local file structure I have a folder named "X", inside that folder I have 4 other folders: "master", "demo", "deployer", and "gh-pages". I am trying to set it up so that each of this folders is responsible for each of those equally…
Luiz Berti
  • 1,421
  • 1
  • 15
  • 24
0
votes
1 answer

Added heroku-repo to tower, how do I add the branches?

I use git tower for managing my repos and heroku for hosting. Usually I create repos locally and the push them to heroku. In this case I want to clone down an existing heroku. "Cloned the remote repository"-button using the git-repo-url. I can se…
Himmators
  • 14,278
  • 36
  • 132
  • 223
0
votes
1 answer

Git Tower add existing files as a branch

I'm working on a WordPress plugin that I started developing before I started using Git. At one point, I created a copy of the plugin in a different folder to experiment with an alternate way of writing one part of the plugin. I recently purchased…
Slushman
  • 315
  • 1
  • 3
  • 8
0
votes
1 answer

Having specific issues in git merging a new branch into my head branch

Possible Duplicate: 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'd like to merge the "v2" branch into the "master"…
Tim Jahn
  • 1,154
  • 7
  • 16
  • 29
0
votes
2 answers

How do I ensure this file is completely out of my git repository?

I have a file called "sitemap.xml" that (to my knowledge) is not part of my git repository. It is on my .gitignore list though. To test my theory, I've updated the sitemap.xml file locally and it didn't appear as changed in Tower (my git GUI…
Tim Jahn
  • 1,154
  • 7
  • 16
  • 29
0
votes
2 answers

Push to code.google.com using Tower (Mac)

I have made a copy of my repository and try to Push my code through Tower. However, that doesn't seem to work: Pushing to https://mygoogleusername@code.google.com/p/hp-xxxxxx/ fatal: remote error: Invalid username/password. You may need to use your…
holyredbeard
  • 19,619
  • 32
  • 105
  • 171
0
votes
2 answers

Git Error on Pull: "Operation Not Permitted"

When pulling changes from a remote branch, Git is throwing me this error: From https://github.com/JackWebbHeller/MyProject * branch master -> FETCH_HEAD error: unable to unlink old 'MyProject/folder/directory/index.html' (Operation…
Jack
  • 9,615
  • 18
  • 72
  • 112
0
votes
1 answer

Tower is giving me a weird error message

I added a submodule in the wrong directory in Tower. So I removed it and am trying to add it in the correct subfolder. When I paste in the url of the submodule, Tower tells me "The destination path for the submodule already exists." But it…
Chad
  • 1,708
  • 1
  • 25
  • 44
0
votes
1 answer

Is it possible to commit remote changes in remote repos in Tower?

I really like the workflow for commits in Tower. However I need to do my development on a remote server for various reasons. Is it possible to use tower to make commits on that server somehow? As you can see on the images, regardless of what I…
Himmators
  • 14,278
  • 36
  • 132
  • 223
-3
votes
1 answer

Connecting Github account with Tower

I'm setting up my Github account in Tower with 2 Factor Authentication. Everytime I try to connect the account, I get the following error: An error occurred for resource /authorizations: Validation Failed Can't figure out why this is happening.
cusejuice
  • 10,285
  • 26
  • 90
  • 145
1 2 3 4 5 6
7