No subject
Wed Apr 17 13:17:15 BST 2019
Current branch 2.0 is up to date.
[gilles at localhost core]$ git ci
[2.0 8ddbf81] test
1 files changed, 1 insertions(+), 0 deletions(-)
[gilles at localhost core]$ git push
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 286 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: This commit is available for viewing at:
remote: http://commits.kde.org/digikam/8ddbf8198aea5a521136cdcfbaf45f2307fc8689
To git at git.kde.org:digikam
01c8829..8ddbf81 2.0 -> development/2.0
//------------------------------------------------------------------------------
My git config is this one :
//------------------------------------------------------------------------------
[gilles at localhost GIT]$ cat ~/.gitconfig
[url "git://anongit.kde.org/"]
insteadof = kde://
insteadof = kde://
[url "git at git.kde.org:"]
pushinsteadof = kde://
[url "ssh://git@git.kde.org/"]
pushinsteadof = kde://
pushinsteadof = kde://
[alias]
up = pull --rebase -v
ci = commit -a -v
[core]
editor = mcedit
[user]
name = Gilles Caulier
email = caulier.gilles at gmail.com
[push]
default = tracking
//------------------------------------------------------------------------------
Gilles
More information about the Digikam-devel
mailing list