git

Git is a distributed version control and source code management (SCM) system.

http://git-scm.com/

SSH public key generation

Config

Create repository

Edit .gitignore #for Java *.jar *.war *.ear *.zip

Clone repository

Branch creation based on current branch

Commit to remote branch

Merge to other branch

Reapply .gitignore

git (last edited 2013-09-05 15:54:09 by bl7-66-173)