mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-16 04:43:59 +02:00
Improve styling of examples
This commit is contained in:
29
README.md
29
README.md
@@ -279,30 +279,11 @@ $ git config alias.ac 'add -A . && commit'
|
|||||||
|
|
||||||
Some recommendations include:
|
Some recommendations include:
|
||||||
|
|
||||||
```bash
|
| Alias | Current Command | What to Type |
|
||||||
$ git cm
|
| --- | --- | --- |
|
||||||
```
|
| `git cm` | `git commit` | `git config --global alias.cm commit` |
|
||||||
is Alias of:
|
| `git ac` | `git add . -A` `git commit` | `git config --global alias.ac '!git add -A && git commit'` |
|
||||||
```bash
|
| `git st` | `git status -sb` | `git config --global alias.st 'status -sb'` |
|
||||||
$ git commit
|
|
||||||
```
|
|
||||||
<br>
|
|
||||||
```bash
|
|
||||||
$ git ac
|
|
||||||
```
|
|
||||||
is Alias of:
|
|
||||||
```bash
|
|
||||||
$ git add .
|
|
||||||
$ git commit
|
|
||||||
```
|
|
||||||
<br>
|
|
||||||
```bash
|
|
||||||
$ git st
|
|
||||||
```
|
|
||||||
is Alias of:
|
|
||||||
```bash
|
|
||||||
$ git status -sb
|
|
||||||
```
|
|
||||||
|
|
||||||
### Auto-correct
|
### Auto-correct
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user