Stručný návod ke Gitu: git clone ml@tomasm.cz:~/ml běžný workflow: git pull [--rebase] ... úprava souborů ... git add [upravené a nové soubory] git commit git push užitečné aliasy: alias gitcp='git commit -a && git push' alias gitp='git pull --rebase' alias gits='git status' alias gita='git add' alias gitk='gitk --all' workflow s aliasy: gitp ... úprava souborů ... gita [nové soubory] gitcp konfigurace pro Windows: git config --local core.filemode false git config --local core.autocrlf input