Questions tagged [smartgit]

SmartGit/Hg - is a cross-platform visual client version control system (VCS) for Git, Mercurial and Subversion, that can run on Windows, Linux and Mac OS.

SmartGit/Hg - is a cross-platform visual client version control system (VCS) for Git, Mercurial and Subversion, that can run on Windows, Linux and Mac OS.

Main window interface is similar to file managers (such as Windows Explorer) and uses it concepts.

Additional "in-box" tools are:

  • diff-viewer, which shows the two files side by side, highlighting differences between them and allows to edit them;
  • 'conflict solver', which are usually 3 foreign merger. Used to resolve merge conflicts;
  • built-in SSH-client (optional, you can also use an external SSH-client).

SmartGit/Hg is free for non-commercial use. For commercial use, and technical support, you need to purchase a license.

339 questions
132
votes
23 answers

How to change SmartGit's licensing option after 30 days of commercial use on ubuntu?

while installing smartgit 3.0.4 I checked the commercial licensing option, because I was just clicking "next" button : ) (30 day trial and then you have to buy it). Now today is my 31st day of using SG and I can't change my licensing options…
pawel
  • 5,976
  • 15
  • 46
  • 68
81
votes
16 answers

Unable to auto-detect email address

I'm new to SmartGit. I can't commit through my repository, the message I'm receiving is: Unable to auto-detect email address (got 'Arreane@Arreane-PC.(none)') *** Please tell me who you are. Run git config --global user.email "you@example.com" …
67
votes
4 answers

Rebasing in smartgit "git-am is in progress"

I will try to explain the problem that I have. I have used the rebase option via git bash many times. Now I have SmartGit and don’t know why rebase is not correct. Step 1: Step 2: Step 3: The result is that HEAD detaches.
Ark
  • 1,343
  • 2
  • 12
  • 26
65
votes
4 answers

SmartGit Installation and Usage on Ubuntu

I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same repository setup every time. What it correct way of installing SmartGit on…
eomeroff
  • 9,599
  • 30
  • 97
  • 138
45
votes
3 answers

How to install Github for Windows offline?

As the question says how to install Github for Windows without an internet connection? If it is not possible then is there some alternative client with the following features: Support for proxy Offline installer I found smartgit which has an…
Aseem Bansal
  • 6,722
  • 13
  • 46
  • 84
24
votes
2 answers

Merge commit without squash vs with squash option

On daily routine i use SmartGit as client of choose. My team members however stick to git native, non commercial GUI. We discovered some differences in how our merge commits looks like. Those are options that SmartGit gives when requested to merge…
Tomas
  • 3,269
  • 3
  • 29
  • 48
23
votes
9 answers

SmartGit Hg "Authentication Failed"

I am using SmartGit Hg for a couple of months. I am using Bitbucket repo. I created another bitbucket account then cloned the current repository to the SmartGit. When I tried to commit and pushed (ofcourse it will ask for password), it says…
Wylan Osorio
  • 1,136
  • 5
  • 19
  • 46
22
votes
1 answer

Can't "pull" with smartgit, "fetch only" is available

I use SmartGit as a GUI for git. But so far, I always have the same problem. In my projects (all of them), I can't pull, the button is disabled, it's only the "fetch only" button which is available. But if I run the command git pull origin master it…
Tancrede Chazallet
  • 7,035
  • 6
  • 41
  • 62
19
votes
4 answers

How to remove a commit that has been pushed to the remote repository using Git

I've pushed a couple of commits to the remote repository and found they are creating problems. How can I go back to the previous version? That is, removing the two latest commits?
shadowfax
  • 269
  • 1
  • 3
  • 5
19
votes
3 answers

How to undo commit operation in SmartGit/Git

Want to undo commit operation in smart git. Accidently commited wrong code and now unable to recover that code. Thanks in advance.
Mahesh Gulve
  • 255
  • 1
  • 3
  • 16
18
votes
6 answers

SmartGit won't authenticate with ssh

I have a webserver with gitolite installed and where i login using my ssh key. Normally i just use git on the server itself using the command line but for a new project i need to clone a repo on my windows pc and i would like to use SmartGit for…
dazz
  • 8,162
  • 9
  • 31
  • 41
18
votes
1 answer

Make git `replace` commits permanent (or such)

I'm busy converting all my existing SVN repositories to Git, and at the same time also take the opportunity to use Git's ability to easily rewrite some history. For this I'm also using git filter-repo, to get rid of unwanted files and do some…
Carl Colijn
  • 1,423
  • 9
  • 29
16
votes
2 answers

how can I stage a single line in SmartGit?

I want to stage a single line in SmartGit, rather than a whole diff hunk. Eg: old line new line but leave unstaged new line, just stage this new line but leave unstaged new line but leave unstaged old line This is doable with GitX on OS X but on…
joachim
  • 28,554
  • 13
  • 41
  • 44
16
votes
2 answers

How to link Smartgit to GitHub

I have a public GitHub account for the last year or so. Yesterday I installed SmartGit on my Windows 7 PC. SmartGit works fine locally but I'd like to push to a remote repo on GitHub. When I look at SmartGit -> Preferences -> Authentication I have…
barneymc
  • 490
  • 1
  • 5
  • 11
15
votes
6 answers

Smart Git not showing local changes

Any ideas on how come none of the local changes are being shown on smart git 7.0.4. This is happening on all the branches and was perfectly working a couple of hours before.
Farrugia
  • 161
  • 2
  • 9
1
2 3
22 23