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.

321 questions
118
votes
18 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,156
  • 14
  • 44
  • 65
74
votes
14 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" …
63
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
  • 8,865
  • 28
  • 87
  • 127
59
votes
3 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,243
  • 2
  • 11
  • 23
43
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,125
  • 11
  • 43
  • 80
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
  • 2,488
  • 1
  • 21
  • 35
19
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
  • 6,547
  • 3
  • 35
  • 59
17
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
  • 6,632
  • 9
  • 25
  • 39
16
votes
8 answers

SmartGit Hg "Authentication Failed"

Hi already used smartGit Hg a couple of months. I have already account in bitbucket which I used already couple months already also. When I created another account in bitbucket then cloned the current repository to the smartGit. When I tried to…
Wylan Osorio
  • 855
  • 3
  • 14
  • 39
14
votes
3 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
  • 219
  • 1
  • 3
  • 5
14
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
  • 23,193
  • 11
  • 34
  • 41
13
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
  • 195
  • 1
  • 2
  • 14
13
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
  • 141
  • 2
  • 8
13
votes
2 answers

smartgit delete commit and return to previous commit

By mistake i have made a commit that now i want to delete from the history log and return to a previous commit. I have been trying to checkout the commit that i want to return to but Smartgit ask me to create a local branch in order to do this…
Lowtrux
  • 562
  • 2
  • 7
  • 28
13
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
  • 450
  • 1
  • 5
  • 10
1
2 3
21 22