computing:git
This is an old revision of the document!
Table of Contents
GIT
Getting Started
| Task | Command |
|---|---|
| Start a new repo | git init |
| Clone an existing repo | git clone <url> |
Configure Git
| Task | Command |
|---|---|
| Set a config option | git config user.name 'Your Name' |
| Set a config option | git config user.email 'Your email' |
| Set option globally | git config –global … |
| Add an alias | git config alias.st status |
| See all possible config options | man git-config |
computing/git.1777197390.txt.gz · Last modified: by oscar
