GIT again

Evan Teran eteran at alum.rit.edu
Fri Jan 13 15:24:34 UTC 2012


OK, so I have some changes that I'd like to push to the GIT server,
but I just can't get things to work :-/

I have my identity setup at identity.kde.org

I have the following in my ~/.gitconfig

[url "git://anongit.kde.org/"]
    insteadOf = kde:
[url "git at git.kde.org:"]
    pushInsteadOf = kde:
	
[user]
	name = Evan Teran
	email = eteran at alum.rit.edu
[core]
	excludesfile = /home/eteran/.gitexcludes
[color]
	ui = true

I cloned the repo by doing:

git clone kde:kcalc

now, I've made my changes, did a "git commit -a", I just can't get the
final "git push" to do anything!

Can someone please provide me some insight into what I'm doing wrong here?

Thanks,
Evan


More information about the Kde-utils-devel mailing list