All you need to know to start using git on monday
Cyrille Berger Skott
cberger at cberger.net
Sat Dec 4 21:21:02 GMT 2010
Hi,
Add the following text to your ~/.gitconfig:
[url "git://anongit.kde.org/"]
insteadOf = kde://
[url "ssh://git@git.kde.org/"]
pushInsteadOf = kde://
Get the code: "git clone kde://calligra"
Local commit: "git commit -a" (or "git commit [file]")
Share your changes: "git push"
Get others changes: "git pull" (it is better to not have any uncommited
changes in your local repo when running this command)
And I think you are good for monday. On a side node, git has a move command,
but no copy, because it is capable of detecting when code is copied
automatically.
--
Cyrille Berger Skott
More information about the calligra-devel
mailing list