|
|
@ -59,12 +59,16 @@ Aliases are enabled by default. You can disable them with: |
|
|
|
- `gc` records changes to the repository. |
|
|
|
- `gc` records changes to the repository. |
|
|
|
- `gca` stages all modified and deleted files. |
|
|
|
- `gca` stages all modified and deleted files. |
|
|
|
- `gcm` records changes to the repository with the given message. |
|
|
|
- `gcm` records changes to the repository with the given message. |
|
|
|
|
|
|
|
- `gcS` records changes to the repository. (Signed) |
|
|
|
|
|
|
|
- `gcSa` stages all modified and deleted files. (Signed) |
|
|
|
|
|
|
|
- `gcSm` records changes to the repository with the given message. (Signed) - `gco` checks out a branch or paths to work tree. |
|
|
|
- `gcam` stages all modified and deleted files, and records changes to the repository with the given message. |
|
|
|
- `gcam` stages all modified and deleted files, and records changes to the repository with the given message. |
|
|
|
- `gco` checks out a branch or paths to work tree. |
|
|
|
- `gco` checks out a branch or paths to work tree. |
|
|
|
- `gcO` checks out hunks from the index or the tree interactively. |
|
|
|
- `gcO` checks out hunks from the index or the tree interactively. |
|
|
|
- `gcf` amends the tip of the current branch using the same log message as |
|
|
|
- `gcf` amends the tip of the current branch using the same log message as *HEAD*. |
|
|
|
*HEAD*. |
|
|
|
- `gcSf` amends the tip of the current branch using the same log message as *HEAD*. (Signed) |
|
|
|
- `gcF` amends the tip of the current branch. |
|
|
|
- `gcF` amends the tip of the current branch. |
|
|
|
|
|
|
|
- `gcSF` amends the tip of the current branch. (Signed) |
|
|
|
- `gcp` applies changes introduced by existing commits. |
|
|
|
- `gcp` applies changes introduced by existing commits. |
|
|
|
- `gcP` applies changes introduced by existing commits without committing. |
|
|
|
- `gcP` applies changes introduced by existing commits without committing. |
|
|
|
- `gcr` reverts existing commits by reverting patches and recording new |
|
|
|
- `gcr` reverts existing commits by reverting patches and recording new |
|
|
|