[GRLUG] Git 'philosophy'
L. V. Lammert
lvl at omnitec.net
Mon Jan 4 15:44:00 EST 2010
At 07:32 PM 12/29/2009 -0500, you wrote:
>On Fri, Dec 18, 2009 at 11:18 AM, L. V. Lammert <lvl at omnitec.net> wrote:
>
>You can have as many repositories as you want. Each repository will
>typically have a *master* branch. It is very easy to create these and
>share them.
Thanks to everyone for the info! Can't seem to get the first repository
working, .. however:
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "devel"]
url = ssh://apollo/u/SCM/EWR/rcpd
fetch = +refs/heads/*:refs/remotes/devel/*
Made some changes, .. tried to get .gitignore to actually ignore .Po's, but
it won't:
$ cat .gitignore
# Ignore object files
*.o
*.Po
*.Po
src/.deps/*.Po
$ git status
# On branch master
# Changed but not updated:
#
# modified: src/.deps/FastAz.Po
# modified: src/.deps/SysLog.Po
Is there any simple reason why git refused to ignore .Po's, while it *does*
ignore .o's?
Also, I can't seem to find where the 'complaints' are logged:
$ git push devel master
To ssh://apollo/u/SCM/EWR/rcpd
! [rejected] master -> master (non-fast forward)
error: failed to push some refs to 'ssh://apollo/u/SCM/EWR/rcpd'
Had to do a --force to get past the stumbling block, .. where would I be
able to figure out what is causing the problem?
Thanks & Happy Near Year!
Lee
More information about the grlug
mailing list