GitX is a GUI git tool made for Mac OS X.
0
votes
0answers
9 views
GitX - Disabled View Buttons
My GitX works fine for any main repo I might be working with. However, when my main repo contains submodules and I open GitX at the submodule directory, the 'View' buttons are disabled. This is ...
3
votes
2answers
63 views
How can I get rid of unwanted changes in a git branch / pull request?
Common scenario: A contributor sends a pull request containing 1 or 2 useful changes plus a ton of (unwanted by me) whitespace changes made automatically by his IDE.
Of course I can tell him to ...
0
votes
1answer
95 views
make GitX open via Terminal for the repo laying at the current path
I usually start gitx via the terminal command
$ gitx
Normally, when I'm at /path/to/repo as pwd in terminal, gitx was opening that repos log. I don't know if it was an update or if I changed some ...
-1
votes
1answer
64 views
gitX crashes with NSInvalidArgumentException [closed]
Anyone encountered this error with gitX where it crashes on launch?
gitX[22142:707] *** Terminating app due to uncaught exception
'NSInvalidArgumentException', reason:
'[NOTE: this exception ...
1
vote
3answers
349 views
GitX-L: missing object 0000000000000000000000000000000000000000
I'm getting the following error in GitX-L when opening a git repository:
The document “REPO_NAME” could not be opened.
An error occured while trying to open ...
0
votes
1answer
130 views
Git ignored file is being tracked even after git rm and git checkout
Git is an awesome beast of an SCM. Yet I am endlessly perplexed by an issue.
I have a config file which are in the .gitignore and not in the master branch on origin (via git show -- ...
1
vote
0answers
114 views
How can I review 'git diff' of staging change in git eclipse
I am using git plugin in eclipse.
How can I view the difference in each file in my staging area in git?
In Mac OS X Gitx too, I can see the differences of each staging/unstaging file.
How can I do ...
2
votes
2answers
248 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
169 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 ...
5
votes
2answers
531 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 ...
2
votes
2answers
3k 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
6
votes
3answers
2k 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
218 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.
...
4
votes
2answers
465 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 ...
6
votes
3answers
2k 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 ...
4
votes
1answer
1k 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?
1
vote
1answer
352 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 ...
3
votes
3answers
342 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 ...
3
votes
3answers
780 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 ...
2
votes
5answers
3k 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
379 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 ...
3
votes
3answers
1k views
Pros and cons of GitX vs GitNub? [closed]
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, ...
5
votes
3answers
482 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 ...
195
votes
3answers
36k views
git branch, fork, fetch, merge, rebase and clone, what are the differences?
Can someone help me understand the difference between a branch, a fork and a clone in Git?
Similarly what does it mean when I do a git fetch as opposed to a git pull.
Also what does rebase mean in ...
3
votes
2answers
1k 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
1answer
2k 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 ...
2
votes
2answers
2k 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?