grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 1e772565bf59cb6614e60ccde83a3b1011d04071
parent 4a21cc87df2d3332d4cc4a366d5f8d39031331ea
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 16:03:16 +0000

changes

Diffstat:
Mcoding/git.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/coding/git.md b/coding/git.md @@ -1,7 +1,5 @@ # git -[fork_and_branch_workflow](fork_and_branch_workflow) - undo merge that hasn't been pushed ```zsh git reset --merge HEAD~1 @@ -11,8 +9,10 @@ roll back hard ``` git reset --hard <commit/tag> ``` - -## ref -- :1: https://www.atlassian.com/git/tutorials/making-a-pull-request -- :2: https://git-scm.com/book/en/v2/Git-Branching-Rebasing +[making a pull request][] + +[branching and rebasing][] + +[making a pull request]: https://www.atlassian.com/git/tutorials/making-a-pull-request +[branching and rebasing]: https://git-scm.com/book/en/v2/Git-Branching-Rebasing