SmartGit is a Git, Mercurial and SSH client which runs on Mac OS X, Windows and Linux.
2
votes
1answer
53 views
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
...
2
votes
1answer
21 views
create a branch from a previous svn-revision using SmartGit?
I use SmartGit/HG with an old svn-repository. So it is not a git-repository.
now I would like to create a new branch from a former revision in SmartGit.
Is this possible?
In the end I would like to ...
1
vote
1answer
18 views
Smartgit: Moving local changes from stash to branch
I have local changes which I have stored in stash. I have now (afterwards) created a new branch and want to push my changes from stash to this branch. SmartGit: Local > Apply stash.
When I try to ...
0
votes
0answers
17 views
how to integrate GitLab with SmartGit? [migrated]
I have been using SmartGit locally for sometime now.
Now I want to integrate GitLab with SmartGit as GitLab is an opensource and provides free usage even for greater number of Developers.
I Tried to ...
-4
votes
1answer
50 views
unable to auto-detect email address (got 'Arreane@Arreane-PC.(none)')
I'm new to smartgit can't commit through my repository, it says
unable to auto-detect email address (got 'Arreane@Arreane-PC.(none)')
* Please tell me who you are.
Run
git config --global user.email ...
1
vote
1answer
73 views
“Not all refs have been pushed” Error in SmartGIt
Being a total Noob, I am not able to work with SmartGit at all.
Git Terminologies are too confusing.
Here is what I did,
I created two Repositories, Repo1, and Repo2
In SmartGit
Initialized Repo1 ...
1
vote
1answer
40 views
Where is the mercurial executable path in linux?
I found a wonderful version control software in the internet which is called smartgit/hg.Before using it I have to set the executable path of git and hg.
The git executable path is automatically set ...
0
votes
2answers
39 views
Publish code in git repository assembla [closed]
I have an iphone project which I need to publish in assembla git repository. I am unable to upload the code. How can that be done?
Do I need to create a local git repository before publishing to ...
1
vote
1answer
25 views
How to set git global config in smartgit
I need to set this config for my smartgit: git config http.postBuffer 524288000 for my SmartGit. How do I do it?
Need some guidance on how to do this..
1
vote
1answer
25 views
How do you change core.autocrlf when using SmartGit?
I don't have any experience with version control from the terminal but as far as I can tell SmartGit does not have a terminal nor does it use an external git client that I could configure via terminal ...
2
votes
1answer
28 views
Does SmartGit support git-svn?
If SmartGit even supports git-svn, how would I go about using it? Would I clone my svn repository first then somehow link it to my git repository or vise versa? I found git-svn mentioned very briefly ...
1
vote
2answers
43 views
Merging an svn working copy into a git working copy and vise versa?
Circumstances require that I version my own work on a git repo while the "trunk" for the project is on an svn repo, meaning I will regularly need to update my svn working copy and merge its revisions ...
0
votes
2answers
95 views
Is GIT acceptable source control for very large project with no release cycles? [closed]
We have been tasked with implementing source control for our University system's administrative software and we're running into issues with designing a process of using GIT.
Here's the situation:
...
0
votes
1answer
61 views
Unable connect to BitBucket Using SmartGit
I trying to setup the smartgit which connect to BitBucket hosting provider.
I enter the username(email) and password as same as I login to the website but it display connect time out.
I wonder it ...
1
vote
1answer
35 views
How to add a orphan branch in smartgit
I need to create an orphan branch, which has no parent. How do I do it in Smartgit?
Need some guidance on this..
2
votes
3answers
113 views
git client which can do a directory diff
I know that the latest git can use this command to directory diff two versions:
git difftool -d <sha1> <sha1>
But I can't find any git clients(GUI) which can do this job.
I've tried
...
0
votes
1answer
29 views
Revert to changes to previous revision using smartgit?
How to revert to changes to previous revision using smartgit?
I can't find an option there
0
votes
1answer
46 views
How to view/diff android source code using Smartgit
I have android source code repo on UBUntu box. I am wondering what is the easiest way to open various git repos under android source tree using SmartGIT, a GUI git client.
One option is to open each ...
2
votes
3answers
90 views
In Git when pushing the master branch, commits from the development branch are pushed too. Is this supposed to happen? I am using Gitflow
When I started working with git I based my workflow on the Gitflow model: http://nvie.com/posts/a-successful-git-branching-model/. I thought main idea was to keep commits to appropriate branches; so ...
2
votes
0answers
52 views
In SmartGit/Hg, how do I reference an existing mercurial repositories as a clone of another?
I cloned a mercurial repository in MacHg, and but I prefer SmartGit/SmartHg's UI and would rather manage these in SmartHg.
I opened both the original and cloned repositories successfully in SmartHg, ...
0
votes
1answer
40 views
How to checkout to a particular commit in smartgit
I would like to checkout a specific commit in the SmartGit. How do I do that? Is it possible to do something like checking out a certain revision in SVN?
Need some guidance on this.. Thanks..
0
votes
2answers
412 views
Problems using SmartGIT - Unable to auto-detect email address [closed]
Yesterday I decided to try out SmartGIT to manage my code when a friend suggested I should use SmartGIT.
After installing it and trying it out (successfully) I thought I was set until today when I ...
0
votes
1answer
190 views
.git folder disappeared, git status gives “Not a git repository”
I have been using a git repository on my MacBook Pro (OS X Mountain Lion) for several months. Mostly, I've been using the SmartGit client, but also command line. Today, I changed several files and ...
0
votes
1answer
90 views
How can I start command line from SmartGit? [closed]
SmartGit seems to be far superior to GitHub for Windows, but I am missing one feature - ability to start git command line. How can I do this?
2
votes
1answer
110 views
How can I get rid of “Lost heads”?
In my first attempt to do something with git I used GitHub for Windows. As it is simple and quite primitive tool I decided to try SmartGit. As I was looking around I discovered I have leftovers over ...
1
vote
2answers
169 views
Deploy web project under GIT version control to shared hosting
I am developing a wordpress theme which is under version control using Git and in a local development area ( WAMP ). I push commits to bitbucket using smartgit as a GUI. I have 2 branches, master and ...
-1
votes
1answer
34 views
Error on Pushing to Github from SmartGitHg4: `current branch is behind`
I get the following errors when pushing to github using SmartGitHg4. What should I do?
1
vote
0answers
40 views
Automatic documentation verification with Aspell before Commit
I am using GitHub repository for my project.The GUI I am utilizing is SmartGit and I would have a script that,before committing and pull it on the remote rep,verify with aspell if its orthograpically ...
1
vote
3answers
343 views
How to link Smartgit to BitBucket
I am trying to connect SmartGit/Hg client to my BitBucket account. All of the online search seems to fetch GitHub results.
Can anyone help?
0
votes
2answers
140 views
GWT: retrieve Components from FormPanel/VerticalPanel which are added dynamically
I am creating a web page using GWT 2.5.0, in this I used lots of composite component. And the web page is developed based on XML .
So here we parse the XML and according to each element add componnet ...
0
votes
2answers
81 views
Git: cannot see commit on git visual log
I have been learning git by playing with its commands and reading stuff. Here is what I can see, I am expecting a graph similar to what I did on the right.
This is confusing, How should the tree ...
1
vote
1answer
160 views
SmartGit - Select all files across multiple commits
I'm looking for a way in SmartGit to select all files across multiple commits. In essence, I need a list of every file that has changed between commit A and commit C, including the files from commit ...
3
votes
2answers
162 views
git server with eclipse project
I have a computer running Ubuntu Server. On this computer I have a user named mattgit.
I have another computer running Windows 7. I develop Java applications in Eclipse on this computer.
On my ...
0
votes
1answer
144 views
How to clone to an existing directory with SmartGit?
I have an existing repository on BitBucket, and am cloning it locally using SmartGit 3 on Windows 7 (x64). I have a folder, let's say C:/FolderA/FolderB that I want to place it in. (So that readme.txt ...
4
votes
2answers
275 views
Where did my Git changes go?
I have committed changes to Git and pushed to origin. Another developer was having trouble merging. They did something and did a push. I saw an update and did a pull and half my changes were reverted! ...
0
votes
1answer
178 views
git - error while trying to commit a C++ project
I have made a repository on bitbucket.org for a C++ project.
I downloaded git on my computer installed it and also installed as client, SmartGIT.
I have generated a set of keys by using puttygen. ...
4
votes
1answer
93 views
How to set --work-tree or --git-dir in smartgit?
Smartgit creates .git directory in work-tree directory. I want to locate .git directory out of my work-tree directory, how to do it?
0
votes
1answer
88 views
I want to create pagination style using GWT same as SMARTGWT [closed]
I want to create pagination style using GWT same as SMARTGWT.
I am little bit weak with HTML and CSS. How can I add images like http://www.gwt-ext.com/demo/#remotePagingGrid .
Please HELP
0
votes
2answers
817 views
GIT gui for windows [closed]
What git-gui do you use? (for windows)
I was using tortoise GIT a while but im not quite satisfied with it.
Im thinking of trying smartgit but i found some post that claim that smartgit is really ...
1
vote
1answer
120 views
Is there a way to extend SmartGit so it works with Gerrit?
We use SmartGit for much of our interaction with Git. SmartGit doesn't allow you to specify custom URIs for remote branches. It likes you to select from a list, which doesn't include changes listed ...
0
votes
1answer
240 views
Can't Clone an Assembla repo with smartgit in Ubuntu.
I have the newest ubuntu, java, and installations. Smartgit is installed correctly but I can't figure out how to generate a proper OpenSSH key pair with ubuntu. I tried using the ssh-keygen -t dsa
...
1
vote
1answer
158 views
Using SmartGit's SSH client in hooks
When using a git repository hook, how can I use SmartGit's internal SSH client?
When using a hook with a scp operation, I receive a Permission Denied: (publickey) error.
SmartGit is aware of the ...
2
votes
3answers
3k views
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.
...
2
votes
2answers
241 views
Does SmartGit support working with Mercurial repositories?
The question is pretty much in the title. Does SmartGit supports working with Mercurial repos?
I've downloaded the evaluation version, but from what I can see it only supports opening git repos, ...
0
votes
1answer
112 views
merging branch on clone into origin
Using smart git, I'm trying to merge all the commits from 'admin_aps' into the origin and making a mess of it. Does 'Released_V1' act as a bridge between the two?
I can't access Released_V1 from the ...
1
vote
0answers
104 views
Git push to svn keep as multiple commits
I would like to know if there any way to push multiple commits from local Git repository to remote SVN repository and do not merge them into one single commit?
I am using SmartGit and let's say I ...
3
votes
1answer
239 views
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
...
1
vote
1answer
822 views
SmartGit and Git How to compare with remote?
I'm quite new with git (and all version control software). I've installed SmartGit 3 as my graphical interface. I've create a bare repo and cloned it. What i'd like to know, is how am I supposed to ...
1
vote
1answer
124 views
Is there a difference between GIT's use of the term “checkout” and SmartGit's use of it?
I started using Git a few months ago and I wanted a GUI client so I am using SmartGit, which I find great.
The only thing is I get very confused when I try to go back to a previous committ; for ...
2
votes
3answers
735 views
How to ignore existing, committed files in git? [duplicate]
Possible Duplicate:
GIT: Ignoring Version-Controlled Files
There are plenty of answers around .gitignore on Stackoverflow, still I haven't found an answer:
I have an existing git project, ...
