improved readme
This commit is contained in:
@@ -6,15 +6,29 @@ Script for automating the most common git tasks.
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
# git status
|
**Check status**
|
||||||
g check
|
|
||||||
|
- `git status`
|
||||||
# git status
|
|
||||||
# git add --all
|
```
|
||||||
# git commit -m "...."
|
g check
|
||||||
# git push origin master
|
```
|
||||||
g send
|
|
||||||
|
**Pull from origin/master**
|
||||||
# git pull
|
|
||||||
g pull
|
- ` git 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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user