Re: [git-users] Undoable reset hard

2014-03-16 Thread Serge Matveenko
branches around. The variable name can be modelled on the >> various other FETCH_HEAD MERGE_HEAD and various others). >> >> So have a think about broader options... >> >> Philip >> > > -- > You received this message because you are subscribed to

Re: [git-users] Re: License and costs

2013-03-06 Thread Serge Matveenko
ccessfully used a lot. Let git be one of such a tool for you. -- Serge Matveenko mailto: se...@matveenko.ru github: http://lnkfy.com/1 linkedin: http://lnkfy.com/S -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubs

Re: [git-users] how to create a new empty branch

2013-03-01 Thread Serge Matveenko
nning "git rm -rf ." from the top level of the working tree. Afterwards you will be ready to prepare your new files, repopulating the working tree, by copying them from elsewhere, extracting a tarball, etc. -- Serge Matveenko mailto: se...@matveenko.ru github: http://lnkfy.com/1 linkedin

Re: [git-users] e-git

2013-01-25 Thread Serge Matveenko
eclipse.org/EGit/User_Guide#Possible_merge_results -- Serge Matveenko mailto: se...@matveenko.ru github: http://lnkfy.com/1 linkedin: http://lnkfy.com/S

Re: [git-users] Re: [Ubuntu 12.04 LTS] [git version 1.7.9.5] how to update to 1.8.1.1?

2013-01-21 Thread Serge Matveenko
or now) and https://launchpad.net/~git-core/+archive/candidate for rc (1.8.1 already) -- Serge Matveenko mailto: se...@matveenko.ru github: http://lnkfy.com/1 linkedin: http://lnkfy.com/S --

Re: [git-users] Re: securing data in a non-local repository

2012-12-12 Thread Serge Matveenko
use" > with external developers having an SSH connection to the "git server". You may be interested in using gitolite https://github.com/sitaramc/gitolite to host your repositories "in house". The setup is easy and you will get many features that github has. -- Serge Matveenko mailto: se...@matveenko.ru github: http://lnkfy.com/1 linkedin: http://lnkfy.com/S --

Re: [git-users] Include empty folders

2012-09-10 Thread Serge Matveenko
emented maybe in a future version ? You may put .gitignore in such a directory containing: * !.gitignore It will add .gitignore and will never add anything under this dir. -- Serge Matveenko se...@matveenko.ru http://www.ohloh.net/accounts/lig http://ru.linkedin.com/in/sergematveenko -- You rec

Re: [git-users] dropbox & git

2012-07-30 Thread Serge Matveenko
k and will not have "tmp" branch in main repo. It is good practice to include your username in the name of such temporary branch, e.g. "owen-tmp", if you are not the only person who uses that repo. But it completely depends on the your branch naming convention. -- Serge Matveenko

Re: [git-users] dropbox & git

2012-07-30 Thread Serge Matveenko
ork as expected. Thus the only safe that is easy enough is to never use Dropbox to store git repositories. Use github, your own hosted repo (e.g. use gitolite to admin it), or just use bare repo stored somewhere on remotely accessed machine via regular ssh. -- Serge Matveenko se...@matveenko.ru http:

Re: [git-users] New user gets lost driving the Git Bash

2012-07-23 Thread Serge Matveenko
On Tue, Jul 24, 2012 at 3:18 AM, Łukasz Siwiński wrote: > Ps: after: "$ echo dir alias='ls' >> .bashrc" exit & relaunch your > prompt (bach/command line) alias dir='ls -Alh' gives more familiar look for windows user personally I use this alias

Re: [git-users] Re: "git checkout ." overwrites all my changes

2012-07-12 Thread Serge Matveenko
On Thu, Jul 12, 2012 at 6:32 PM, Thomas Ferris Nicolaisen wrote: > In essence, checkout is the equivalent of what some other systems call > "revert", and you have to get used to treating it with respect (as with any > git command). IMHO, it looks more like "switch" u

Re: [git-users] HEAD is not pointing to a branch

2012-06-27 Thread Serge Matveenko
ng to checked out commit now really. You've just checked out a commit as your HEAD that is the head of the origin/master branch. But you need to checkout a new branch master that will be a copy (local fork) of the origin/master or more probably you need to checkout your existing master and merge orig

Re: [git-users] Question about commit size

2012-06-20 Thread Serge Matveenko
On Wed, Jun 20, 2012 at 11:43 AM, paymaster wrote: > How can I know commit size? What is size? A number of lines affected? Raw patch size in bytes? Compressed patch size in bytes? Mount of data transferred via push maybe? -- Serge Matveenko se...@matveenko.ru http://www.ohloh.net/accounts/

Re: [git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-28 Thread Serge Matveenko
m/code/source-control/git/our-simple-git-workflow/ There are infinite number of the possible git workflow schemes you are free to implement. -- Serge Matveenko se...@matveenko.ru http://www.ohloh.net/accounts/lig http://ru.linkedin.com/in/sergematveenko -- You received this message because you are

Re: [git-users] Using Git in a web development environment (specifically with Coda 2 and a web server)

2012-05-26 Thread Serge Matveenko
deploy your code from central repo (like github). It's fine for development or testing server. But its usually better to use special deployment mechanisms for production servers if you need to build or test your code before deploying. I advise you to read http://en.wikipedia.org/wiki/Continuous

Re: [git-users] git pull asks for commit comment

2012-05-22 Thread Serge Matveenko
" or set GIT_MERGE_AUTOEDIT environment variable to "no". Consult http://git-scm.com/docs/git-pull and http://git-scm.com/docs/git-merge P.S.: It is better to do write some messages on merging though. -- Serge Matveenko se...@matveenko.ru http://www.ohloh.net/accounts/lig http://ru.linked

Re: [git-users] A real go back plan

2012-04-17 Thread Serge Matveenko
our local reviewing into local history state 2. git reset --hard origin/ # this to reset your local checkouted branch to the central repo state Repeat step 2 for every branch you want to reset into central repo state after checkouting each corresponding local branch -- Serge Matveenko se...@matveenk

Re: [git-users] Handling binary files?

2012-04-04 Thread Serge Matveenko
with this line. look on to the minus sign. -- Serge Matveenko se...@matveenko.ru http://www.ohloh.net/accounts/lig http://ru.linkedin.com/in/sergematveenko -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to th

Re: [git-users] SVN vs GIT

2012-03-08 Thread Serge Matveenko
her will thank you later when central repo will crash or you will guide somebody over series of "git blame, git bisect, git rebase or git filter-branch". By the way there is very useful video for getting people know benefits of git better. http://www.youtube.com/watch?v=4XpnKHJAok8 "Tec

[git-users] Russian Speaking mailing list

2012-03-06 Thread Serge Matveenko
Hi all! Just want to notice once that there is mailing list for Russian speaking users at https://groups.google.com/forum/?fromgroups#!forum/russian-git Sorry if this message bothers you. I just think that it will be useful for some of this mailing list subscribers. -- Serge Matveenko se