improved readme

master
Ondřej Hruška 11 years ago
parent 4204fea99a
commit 361ea3aee5
  1. 28
      README.md

@ -6,15 +6,29 @@ Script for automating the most common git tasks.
Usage Usage
----- -----
# git status **Check status**
- `git status`
```
g check g check
```
# git status **Pull from origin/master**
# git add --all
# git commit -m "...." - ` git pull`
# git push origin master
g send
# git pull ```
g pull g pull
```
**Send to origin/master**
- `git status` (if no changes, stop here)
- `git add --all`
- `git commit -m "...."` (ask for message)
- `git push origin master`
```
g send
```

Loading…
Cancel
Save