Fix case.
[git-central.git] / scripts / README.markdown
1
2 checkout
3 ========
4
5 `checkout <branch>`
6
7 * If `branch` already exists locally, check it out
8 * If `branch` already exists remotely, check it out
9 * If `branch` is new, create it locally and remotely
10
11 pull
12 ====
13
14 `pull`
15
16 * Passes through to `git pull` but with `--rebase` flag
17
18 push
19 ====
20
21 `push`
22
23 * Pushes only the current branch to `origin`
24