Re: [git-users] Creating a new branch

2014-04-22 Thread Gergely Polonkai
Another common practise for release naming is the usage of tags. In my projects, for example, I have several tags like v1.0.0, v2.4.2 and such. On 21 Apr 2014 14:53, Simon Joseph Aquilina saquilina...@gmail.com wrote: Hi Konstantin, Thanks for your reply. Reading your reply make me think that

Re: [git-users] Creating a new branch

2014-04-22 Thread Nelson Efrain A. Cruz
Take a look (if you did not yet) at this two articles: 1- http://scottchacon.com/2011/08/31/github-flow.html 2- http://nvie.com/posts/a-successful-git-branching-model/ 2014-04-22 3:20 GMT-03:00 Gergely Polonkai gerg...@polonkai.eu: Another common practise for release naming is the usage of

Re: [git-users] Creating a new branch

2014-04-22 Thread Magnus Therning
On Mon, Apr 21, 2014 at 4:35 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 21 Apr 2014 05:53:41 -0700 (PDT) Simon Joseph Aquilina saquilina...@gmail.com wrote: Thanks for your reply. Reading your reply make me think that it is common practice to delete branches after

[git-users] Why does git call me clever when I reword the last commit message?

2014-04-22 Thread Keoki Zee
Turns out that Git has Easter Eggs. You can check out this one that someone found on Stack Overflow, and give your own answer about it too: Why does git call me “clever” when I reword the last commit

[git-users] Re: git aws.push stopped working after OS upgrade to Ubuntu 14.04

2014-04-22 Thread Christopher Stelma
I had the same problem with a Github enterprise server sitting behind a netscaler with a wildcard cert. I took the easy way out to compiling. I installed linuxbrew, set my paths and then did brew install git. Problem sidestepped (git works fine now). I'm not sure how the brew compile is

[git-users] Git update for OS X Mavericks

2014-04-22 Thread Ryan Salmons
I am trying to update Git on OS Mavericks but the download link on the site is not working. Do I need to uninstall Git from my local computer in order to be able to download the link? Is anyone with OS Mavericks able to download the Git installer? -- You received this message because you are

Re: [git-users] Git update for OS X Mavericks

2014-04-22 Thread Juan Fernando Obando Saldarriaga
Hi Ryan, From my experience, the fastest way to install Git is installing Xcode from the MAS. However, the best way to install it and keep it with the latest updates and don't depend on Apple on this, will be the way mentioned by Kfir: currently, the version packed with Xcode is 1.8.5.2, and the

[git-users] Re: git aws.push stopped working after OS upgrade to Ubuntu 14.04

2014-04-22 Thread Jim Hamill
Thanks, after a few hours of failing to compile pycurl to use openssl, I ended up using this sidestep too. I'm assuming Ubuntu defaults to gnutls for pycurl for licensing reasons? Am thinking it would be nice to have a python-pycurl-gnutls package and python-pycurl-openssl package available in