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

Gilles Caulier caulier.gilles at gmail.com
Wed Aug 3 20:49:15 BST 2011


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
>
>



More information about the Digikam-devel mailing list