Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Git Distributed source repository ====== <code> $ cat .gitconfig [alias] hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=default [user] email = wang@post.com name = George </code> Use .gitignore to specify un-tracked files https://git-scm.com/book/en/v2 - good training book https://bonobogitserver.com/ - git server on windows https://about.gitlab.com/install/ - git on linux (or follow the git pro book) ===== Git Recursive Module Resync ===== <code> git submodule sync --recursive && git submodule update --init --recursive </code> Last modified: 2023/05/18 15:45by Normal User