|
KOHA
Instalacija i nadogradnja: Revision 5
u /srv/koha direktoriju
$ git pull GitPro Git Book Korisne komande
$ git diff --cached # difference between HEAD and the index; what
# would be committed if you ran "commit" now.
$ git diff # difference between the index file and your
# working directory; changes that would not
# be included if you ran "commit" now.
$ git diff HEAD # difference between HEAD and working tree; what
# would be committed if you ran "commit -a" now.
$ git status # a brief per-file summary of the above.
Nakon nadogradnje na produkciji
How to Reset the Koha 3 Database |