03361ac99c07f9d2116d790616a838bacc3cc989
GitLinks.md
| ... | ... | @@ -45,12 +45,12 @@ Guide for people that know how to use git, but want to learn something about the |
| 45 | 45 | |
| 46 | 46 | ### Specific commands |
| 47 | 47 | - `git log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(bold blue)%d%Creset %s %Cgreen(%cr) %C(yellow)<%an>%Creset' --abbrev-commit` |
| 48 | -- `git stash`: https://www.atlassian.com/git/tutorials/saving-changes/git-stash |
|
| 49 | -- `git revert`: https://www.atlassian.com/git/tutorials/undoing-changes/git-revert |
|
| 50 | -- `git bisect`: https://git-scm.com/docs/git-bisect |
|
| 51 | -- `git cherry-pick`: https://www.atlassian.com/git/tutorials/cherry-pick |
|
| 52 | -- `git reflog`: https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog |
|
| 53 | -- `git commit --amend`: https://www.atlassian.com/git/tutorials/rewriting-history |
|
| 54 | -- `git reset`: https://www.atlassian.com/git/tutorials/undoing-changes/git-reset |
|
| 55 | -- `git rebase (-i)`: https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase |
|
| 48 | +- `git stash`: [https://www.atlassian.com/git/tutorials/saving-changes/git-stash](https://www.atlassian.com/git/tutorials/saving-changes/git-stash) |
|
| 49 | +- `git revert`: [https://www.atlassian.com/git/tutorials/undoing-changes/git-revert](https://www.atlassian.com/git/tutorials/undoing-changes/git-revert) |
|
| 50 | +- `git bisect`: [https://git-scm.com/docs/git-bisect](https://git-scm.com/docs/git-bisect) |
|
| 51 | +- `git cherry-pick`: [https://www.atlassian.com/git/tutorials/cherry-pick](https://www.atlassian.com/git/tutorials/cherry-pick) |
|
| 52 | +- `git reflog`: [https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog](https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog) |
|
| 53 | +- `git commit --amend`: [https://www.atlassian.com/git/tutorials/rewriting-history](https://www.atlassian.com/git/tutorials/rewriting-history) |
|
| 54 | +- `git reset`: [https://www.atlassian.com/git/tutorials/undoing-changes/git-reset](https://www.atlassian.com/git/tutorials/undoing-changes/git-reset) |
|
| 55 | +- `git rebase (-i)`: [https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase](https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase) |
|
| 56 | 56 |