Tagged Questions

GitX is a GUI tool for git management made for Mac OS X. It is also available for Ubuntu under the name 'gitg'

learn more… | top users | synonyms

54
votes
2answers
8k views

Difference between a branch, fork and clone in git?

Can someone help me understand the difference between a branch, a fork and a clone in Git?
4
votes
3answers
294 views

Is there a GitX equivalent for Subversion that allows command-line execution?

I really like being able to the command-line tool gitx from Terminal.app to open GitX and see the Git repository change log that I can scroll through, with nicely formatted diffs for each. Git and ...
3
votes
2answers
187 views

Where can I download the latest gitx app (dmg) from gitx branch

The gitx version on trunk is out of date, https://github.com/pieter/gitx/wiki/ but its time consuming to download and compile the latest code from branch. https://github.com/laullon/gitx/tree/ Has ...
2
votes
2answers
279 views

how can I do a git pull in the gitg / gitx visual tool?

I can do a push using gitg and push my code to the remote master branch but I can't see any option to do a git pull. I am on Ubuntu 10 and 11
2
votes
2answers
194 views

Can git ignore a specific line

I'm using git to sync to phonegap while testing on the phone's native browser. As such I have the following line: var isPhoneGap = false; Obviously I change this when building but is there any way ...
2
votes
2answers
127 views

BrotherBard's GitX won't load a certain repo

I am trying to use BrotherBard's excellent fork of Gitx, on a certain repo. It works on all other repo's but just will not load this one. It seems to be a valid repo, and terminal access is fine. ...
2
votes
1answer
399 views

GitX with Github, commit not showing up

I've created a few sample changes, staged the file, and committed. The commit is successful, but the changes do not show up on github, is there something else I'm missing?
2
votes
3answers
651 views

Pros and cons of GitX vs GitNub?

I have very close to zero experience of comandline-operation(copy paste from tutorials pretty much). What are the pros and cons of gitX vs gitNub from aspects such as Efficiency, ...
2
votes
2answers
408 views

GitX - How do you view a single file's commit history?

Using GitX, how do I view the revision history for a single file? (using the command-line interface preferably) E.g using GitK this is rather simple; $ gitk app/models/activity.rb
2
votes
2answers
1k views

Accessing the git shell in GitX on OS X

I know this sounds very basic, but I couldn't find where I can access the git shell in GitX. A bonus question: Do I have to use the shell in order to clone a repo from GitHub?
1
vote
2answers
91 views

Git post-commit hook as a background task

I have a script, that I need to run after committing to a project under git revision control. Therefore I created a post-commit hook in my projects .git directory in the subdirectory /hooks, named it ...
1
vote
3answers
543 views

Where does GitX get its avatars? [closed]

I've tried googling, but I can't seem to find any information about this. The interesting thing here is that there seems to be a unique avatar for each user, and it seems to be the same across ...
1
vote
1answer
185 views

How to remove git ignored files from GitX Staged area

I removed some files from git index , using git rm --cached. Those files were already staged before. Now those files still shows at the GitX stage area, with red icon near them. I would like them ...
1
vote
3answers
236 views

Is there a GitX equivalent for Mercurial that allows command-line execution?

I really like being able to the command-line tool gitx from Terminal.app to open GitX and see the Git repository change log that I can scroll through, with nicely formatted diffs for each. Mercurial ...
1
vote
2answers
394 views

Git: branch has lost its history?

Something wierd has happened — my develop branch has lost all it's history till the last commit. Can anyone suggest the reason? Last things I've done — installed that forked brotherbard GitX and ...
1
vote
1answer
1k views

How to load / open / suck an repository from GitHub into GitX?

I downloaded Git and GitX for mac and installed it. Now, just for fun, I want to know how I could obtain an repository from GitHub like http://github.com/zoul/Finch.git ?? For me all this Git stuff ...
0
votes
2answers
44 views

collaborating on an existing open source project - how do I use git / github?

I and my friend want to work on an open source project which is hosted/worked on via git. I tried to follow many links on google but could not comeup with a precise/exact way of collaborating easily. ...
0
votes
1answer
45 views

Deleted branch in GitX, now can't leave branch in terminal

I deleted my active branch in GitX, and now I can't seem to get out of it in the terminal. When I try to check out any other branch, it tells me I have unstashed changes -- but I can't stash them (I ...
0
votes
5answers
1k views

Quick guide to get started using Git + GitX with Xcode projects on the mac?

Using Git on the mac feels like a huge pain, and the Git documentation is just huuuuuuuuge. Maybe someone has a top secret blog article or even screencast to share, that explains the basics fairly ...
0
votes
1answer
286 views

GitX GUI with Git: How to set up the repository for an Xcode project?

GitX seems to need an already-set-up repository, so although it seems to be the best GUI for Git, it is incomplete. I still need to create the project repository manually in the console. Whats the ...