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

Using Tower to manage a repository and gh-page branch in separate directories

This seems like a simple thing, but cannot find the solution online. First, I know I can probably do this on the Terminal, but I would prefer to do this with Tower. Not all of my colleagues will use the Terminal. I have a repository…
jbryer
  • 1,747
  • 3
  • 16
  • 29
1
vote
3 answers

clone git repo into a new project

this may seem like a simple question, can I and how do i clone an existing repository for a new project, without changing / effecting that existing project? I have two starter projects that I use as templates both include a few submodules, When I…
bigmadwolf
  • 3,419
  • 3
  • 30
  • 44
1
vote
2 answers

how to show the full commit message on the merged branch

I use the git-flow to develop my project I often have hundreds of commit messages on the feature branch when developing. But once merge the feature branch into develop branch, I can only get one merged commit message and lose the hundreds of commit…
newBike
  • 14,385
  • 29
  • 109
  • 192
1
vote
0 answers

compressed/minified css produces empty file in git

I'm using Tower for Mac to help manage my git repositories. I'm also using CodeKit to minify & compress my LESS CSS. This produces what appear to be blank files in the repo although they show a correct file size. I've tried changing .gitattributes…
Jared Eitnier
  • 7,012
  • 12
  • 68
  • 123
1
vote
2 answers

Tower (GIT) custom script?

I am new to Tower. What I am trying to do is prevent pushing the repo to our remote if a file in the repo called index.html contains a string "1234". Any suggestion? And, if Tower does not allow that, can it be done when using git straight from…
zumzum
  • 17,984
  • 26
  • 111
  • 172
1
vote
1 answer

Git repo through Tower on Mediatemple (gs)

I followed the directions on Mediatemple's site here and came up short, I couldn't get the local git repo to copy up to the server. I have ssh access and can get to the server and create a repo on my mediatemple server and access it through the…
Jay
  • 611
  • 1
  • 4
  • 9
1
vote
1 answer

Git Tower push - pull automation

I am using Tower for my source control and would like to know if there is a way to create automation for every push I make to github/bitbucket/etc it will also automatically call pull to my live box (for example my personal .com). Any suggestions?…
ialphan
  • 1,241
  • 1
  • 17
  • 30
0
votes
1 answer

WSL Ubuntu Directories are Read-Only on Windows 11

Running WSL (Ubuntu Latest on Win 11). Directories created in in linux are unreadable by applications launched in Windows. For example, cloned some github projects in linux. Tried editing files in my windows-based IDE (WebStorm) using the path…
0
votes
1 answer

Remove a file from last commit and put it back to the unstaged area in Git Tower

I accidentally added a file to my last commit that really shouldn't be part of the previous comment, it should be part of my next commit instead. Is there a way to remove a file from my last commit and put it back in the unstaged area? Please note…
fs_tigre
  • 10,650
  • 13
  • 73
  • 146
0
votes
1 answer

Using Dreamhost GIT repository in OSX Git tower app

I just follow these rules in order to create my first git repository on my Dreamhost account. It create a git folder in my user home root. Now, I don't know how to clone this repository locally using osx Tower app. Did someone have already did it…
Steve
  • 309
  • 3
  • 17
0
votes
1 answer

How to run the samples of flutter with syncfusion flutter control panel

I have downloaded Syncfusion, I want to run flutter code in it, but I am not getting how to run code in it, and how I can get sample code from it. If anyone knows please help me.
0
votes
1 answer

Mac git client Tower dont sync folders from repository

I'm using git client Tower for mac os We have git ce server where repositories are stored Yesterday I noticed that git during pull dont pull new folders with files from git but only changes in files Folders are not empty How to fix it?
Alexey
  • 1
  • 1
0
votes
1 answer

Adding Repositories Through Git Tower CLI for Dotfiles

I'm working on my dotfiles and have a script that clones a quite a few of my repositories from GitHub and wanted to run gittower pathtomyproject in my shell script so that it will automatically add those repositories inside Tower. The problem is at…
0
votes
1 answer

Git shows uncommitted changes even after committing all changes and reopening Xcode - Git Tower

I have an Xcode project where I'm using Git(Git Tower) as my version control, my issue is that Git Towershow uncommitted changes even after, committing all changes, closing the Xcode project and reopening it. In other words, If I cleaned up my…
fs_tigre
  • 10,650
  • 13
  • 73
  • 146
0
votes
1 answer

How to recover a deleted stash from git tower

I accidently deleted my stash from git tower. I seen solutions to recover stash those deleted via terminal but no solution for this problem. Can anyone help