[git-users] Re: Strange problem on Mac OS X git 1.8.4

2013-08-28 Thread Thomas Ferris Nicolaisen
On Wednesday, August 28, 2013 5:09:02 AM UTC+2, TC Wan wrote: Hi, I'm having a strange problem with git but only on Mac OS X. There is a public repository https://github.com/mindboards/ev3sources.gitwhich when cloned to Linux works correctly, but when cloned to Mac OS X (tested on

[git-users] Re: Strange problem on Mac OS X git 1.8.4

2013-08-28 Thread Thomas Ferris Nicolaisen
Doh, I managed to paste the same content twice in my previous mail. I'll try again, and delete the original in the online forum one for easier reading. my mail again, this time with correct paste I get the same situation on my machine (OS X 10.8.4). Funny thing is that there are actually real

[git-users] Re: Strange problem on Mac OS X git 1.8.4

2013-08-28 Thread TC Wan
On Wednesday, August 28, 2013 2:56:55 PM UTC+8, Thomas Ferris Nicolaisen wrote: Doh, I managed to paste the same content twice in my previous mail. I'll try again, and delete the original in the online forum one for easier reading. my mail again, this time with correct paste I get the

[git-users] Re: Strange problem on Mac OS X git 1.8.4

2013-08-28 Thread TC Wan
On Wednesday, August 28, 2013 3:29:19 PM UTC+8, TC Wan wrote: On Wednesday, August 28, 2013 2:56:55 PM UTC+8, Thomas Ferris Nicolaisen wrote: The same commit! And in the same file! Or is it really? No, the first file has lowercase letters only, while the other one as IO uppercase.

[git-users] Regarding cloning and best practices

2013-08-28 Thread Jaace
Here's my situation and I need advice on what the best way to handle it is as I'm newer to Git. I'm using these repositories as my own and I'm not working in tandem with anyone else but I want to keep my workflow clean and able to incorporate anybody I add to the project later. Here goes: I

Re: [git-users] Regarding cloning and best practices

2013-08-28 Thread Gergely Polonkai
There was a tutorial'ish post here on the list a few days ago about named remotes. If you clone a remote repository, a named remote is created, called origin, and your local master (or whatever) branch is set to track origin/master. Now if you change origin's URL (git remote --set-url

Re: [git-users] Regarding cloning and best practices

2013-08-28 Thread Jaace
Thanks for the quick reply Gergely! I will look into doing this On Wednesday, August 28, 2013 11:00:10 AM UTC-4, Gergely Polonkai wrote: There was a tutorial'ish post here on the list a few days ago about named remotes. If you clone a remote repository, a named remote is created, called

Re: [git-users] Nuevo con Git...

2013-08-28 Thread Pedro Contreras
Hola, empecé de nuevo... borré el repositorio en el servidor y lo hice de nuevo, luego desde el repositorio en mi lap traté de hacer inicializar y push al repositorio del servidor, y me marca lo siguiente: Reinitialized existing shared Git repository in //apliserver/Repository/SIIACPlus/ Pushing

Re: [git-users] Regarding cloning and best practices

2013-08-28 Thread Konstantin Khomoutov
On Wed, 28 Aug 2013 07:55:11 -0700 (PDT) Jaace jb5...@gmail.com wrote: [...] I made a repo as a starting point for all my projects -- the idea here is to clone this repo to use as a base for any new project I start. I want to be able to clone it and then never check it back into the repo I

Re: [git-users] Regarding cloning and best practices

2013-08-28 Thread Jaace
Awesome, thanks! On Wednesday, August 28, 2013 11:23:22 AM UTC-4, Konstantin Khomoutov wrote: On Wed, 28 Aug 2013 07:55:11 -0700 (PDT) Jaace jb5...@gmail.com javascript: wrote: [...] I made a repo as a starting point for all my projects -- the idea here is to clone this repo to use

[git-users] Two way mirroring because over network zones

2013-08-28 Thread Anders Sveen
Hi, We have an set up with two network zones. One is the secure zone (no internet access) and the other is the dev zone. Strangely development will happen in both zones, not just the dev zone. :) I use Gitolite to manage rights. Between the zones I have one opening: Ssh from one machine in

[git-users] How i make to commit the changes of the clients(COMO EU FASSO PARA DAR COMMIT NAS ALTERAÇOES DOS CLIENTES EM MEU SERVIDOR)

2013-08-28 Thread joao paulo mendes de carvalho
PT-BR(COMO EU FASSO PARA DAR COMMIT NAS ALTERAÇOES DOS CLIENTES EM MEU SERVIDOR) ENG-(How i make to commit the changes of the clients) -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving

Re: [git-users] Two way mirroring because over network zones

2013-08-28 Thread Konstantin Khomoutov
On Wed, 28 Aug 2013 08:46:25 -0700 (PDT) Anders Sveen anders.r.sv...@gmail.com wrote: We have an set up with two network zones. One is the secure zone (no internet access) and the other is the dev zone. Strangely development will happen in both zones, not just the dev zone. :) I use Gitolite

[git-users] how to apply multiple git patches in one shot

2013-08-28 Thread python . beginner29
I am having around 100 patches like below,is there a way to apply all of them in one shot? 0001-*.patch,0002-*.patch,0003-*.patch -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop

[git-users] git subtree pull

2013-08-28 Thread Jon Mullen
I have a repository named bar. I added a sub repository using the following subtree command. git subtree add --squash -P foodir/ foo master I then pushed these changes to bar. A few days ago I made changes to the foo repository and I am now trying to pull them into the bar repository using

[git-users] Re: how to apply multiple git patches in one shot

2013-08-28 Thread Thomas Ferris Nicolaisen
On Wednesday, August 28, 2013 7:50:40 PM UTC+2, python.b...@gmail.com wrote: I am having around 100 patches like below,is there a way to apply all of them in one shot? 0001-*.patch,0002-*.patch,0003-*.patch Doesn't git apply do this?

Re: [git-users] Two way mirroring because over network zones

2013-08-28 Thread Philip Oakley
- Original Message - From: Philip Oakley philipoak...@iee.org To: git-users@googlegroups.com Cc: Anders Sveen anders.r.sv...@gmail.com; Konstantin Khomoutov flatw...@users.sourceforge.net Sent: Wednesday, August 28, 2013 10:38 PM Subject: Re: [git-users] Two way mirroring because over

[git-users] Re: Strange problem on Mac OS X git 1.8.4

2013-08-28 Thread TC Wan
Oops. With further googling on this issue, it appears that the Linux source tree cannot be checked out to a non-case sensitive file system and be expected to compile/work properly: http://stackoverflow.com/questions/7383426/cloning-a-git-repo-and-it-already-has-a-dirty-working-directory-wha