[Digikam-devel] [Git] Commits to git master.

Gilles Caulier caulier.gilles at gmail.com
Fri Aug 5 05:38:20 BST 2011


git is a real command from versioning system.

gits is a script wrapper to be able to work more than one repository
(typically kipi-plugins and digiKam). It scan the folder tree.

if you work only in kipi-plugins, you just need git to pull and commit/push.

Gilles Caulier

2011/8/4 Veaceslav Munteanu <slavuttici at gmail.com>:
> another question..
> for me "git status" doesn't work, it say "Nothing to commit"
> but "./gits status" works fine.
> also "./gits pull" works but
> when I tried:
> ./gits commit -a -v -m "Fix bug 141389, added sorting by EXIF date"
> i receive this erorr:
> Aborting gits commit, failed for: '.': exit 1
>  (first entry, no other successfully executed)
> On Wed, Aug 3, 2011 at 7:49 PM, Gilles Caulier <caulier.gilles at gmail.com>
> wrote:
>>
>> You must have a git config similar to mine :
>>
>> [gilles at localhost ~]$ pwd
>> /home/gilles
>>
>> [gilles at localhost ~]$ cat .gitconfig
>> [url "git://anongit.kde.org/"]
>>        insteadof = kde://
>>
>> [url "git at git.kde.org:"]
>>        pushinsteadof = kde://
>>
>> [url "ssh://git@git.kde.org/"]
>>        pushinsteadof = kde://
>>
>> [alias]
>>        up = pull --rebase -v --stat
>>        ci = commit -a -v
>> [core]
>>        editor = mcedit
>>
>> [user]
>>        name = Gilles Caulier
>>        email = caulier.gilles at gmail.com
>>
>> [push]
>>        default = tracking
>>
>> [color]
>>        # turn on color
>>        diff = auto
>>        status = auto
>>        branch = auto
>>        interactive = auto
>>        ui = auto
>>
>> [color "branch"]
>>        current = green bold
>>        local = green
>>        remote = red bold
>>
>> [color "diff"]
>>        meta = yellow bold
>>        frag = magenta bold
>>        old = red bold
>>        new = green bold
>>
>> [color "status"]
>>        added = green bold
>>        changed = yellow bold
>>        untracked = red
>>
>> [color "sh"]
>>        branch = yellow
>> [gilles at localhost ~]$
>>
>> Gilles
>> 2011/8/3 Veaceslav Munteanu <slavuttici at gmail.com>:
>> > Hello, I recently obtained a developer account.
>> > i have few things to commit, but i want to know how to configure git
>> > correctly, which options to add,  because i don't want to mess anything
>> > :)
>> > Thanks in advance,
>> > Veaceslav
>> > _______________________________________________
>> > Digikam-devel mailing list
>> > Digikam-devel at kde.org
>> > https://mail.kde.org/mailman/listinfo/digikam-devel
>> >
>> >
>> _______________________________________________
>> Digikam-devel mailing list
>> Digikam-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/digikam-devel
>
>
> _______________________________________________
> Digikam-devel mailing list
> Digikam-devel at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-devel
>
>



More information about the Digikam-devel mailing list