Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Thanks for your replies, obviously I'm a beginner coming from svn and I've haven't found short efficient tutorial at this time ( in my opinion, my free time being very rare ) Things I've gotta do today : 1) git init -bare in /home/git 2) Add /home/www files *.php does not seem to

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Thanks for your replies, obviously I'm a beginner coming from svn and I've haven't found short efficient tutorial at this time ( in my opinion, my free time being very rare ) Things I've gotta do today : 1) git init -bare in /home/git 2) Add /home/www files *.php does not seem to include

[git-users] Re: how to list filenames that are rebasing?

2014-05-06 Thread Thomas Ferris Nicolaisen
On Tuesday, May 6, 2014 4:25:48 AM UTC+2, Jagadeesh N. Malakannavar wrote: Hi, Is there any way to list all filenames after git fetch or after rebase? Filenames of what? Changed files? I use git log --name-status a lot. -- You received this message because you are subscribed to the

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Found out with searches the command work from localhost to server git push --set-upstream origin master gets stuck on total : 1815 (delta) etc .. + post-update hook and guess yeah, it works, thanks ! -- You received this message because you are subscribed to the Google Groups Git for

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Found out with searches the command work from localhost to server git push --set-upstream origin master + post-update hook and guess yeah, it works, thanks ! Finally, I just wanted ( since the start ) to get these commands post-update hook location to get it working -- You received

[git-users] two git's on my local drive?

2014-05-06 Thread jjjsmith
Hi, I'm currently using git to update my production server. I have a copy of the source on my local hard drive, and i use git add/commit/push to make push my changes to the prod server. A pretty standard setup, I think. I'd like to set up a dev environment of my site on my local drive.

Re: [git-users] two git's on my local drive?

2014-05-06 Thread Philip Oakley
- Original Message - From: jjjsmith To: git-users@googlegroups.com Sent: Tuesday, May 06, 2014 7:51 PM Subject: [git-users] two git's on my local drive? Hi, I'm currently using git to update my production server. I have a copy of the source on my local hard drive, and i

[git-users] Using git as a team - subdomains or local envs?

2014-05-06 Thread Jeremy Belolo
Hello all ! I started using git 1 year ago. At the beginning I tried to work with it on my local env on windows, and I would push the changes to the dev server when ready. But I came across countless issues. So I tried something else. Using Virtualbox to create a virtual Ubuntu that I used to

Re: [git-users] git config on Mac - can't even get git config user.name to work

2014-05-06 Thread Christian Bundy
The solution that I found was to use Git 1.8.4.2, which you can download herehttps://code.google.com/p/git-osx-installer/downloads/detail?name=git-1.8.4.2-intel-universal-snow-leopard.dmg . On Wednesday, January 8, 2014 8:05:33 AM UTC-8, kameron cole wrote: The trouble is that I am running OSX

[git-users] Re: two git's on my local drive?

2014-05-06 Thread jjjsmith
Thanks! Josh -- 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 emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit

Re: [git-users] Using git as a team - subdomains or local envs?

2014-05-06 Thread Magnus Therning
On Tue, May 06, 2014 at 02:59:45PM -0700, Jeremy Belolo wrote: Hello all ! I started using git 1 year ago. At the beginning I tried to work with it on my local env on windows, and I would push the changes to the dev server when ready. But I came across countless issues. What git issues did