# git

- [checkout last branch](/git/checkout-last-branch.md)
- [different between two dots and three](/git/different-between-two-dots-and-three.md)
- [force fail commit on master](/git/force-fail-commit-on-master.md)
- [git finish helper script delete current branch and update master](/git/git-finish-helper-script-delete-current-branch-and-update-master.md)
- [git mergetool and diff with p4merge](/git/git-mergetool-and-diff-with-p4merge.md)
- [global gitignore file](/git/global-gitignore-file.md)
- [intellij as diff and mergetool](/git/intellij-as-diff-and-mergetool.md)
- [push only current branch](/git/push-only-current-branch.md)
- [reset email multiple commit](/git/reset-email-multiple-commit.md)
- [sign commit with pgp](/git/sign-commit-with-pgp.md): We can sign our commit with PGP to get verification that it was committed by us. On github we would also get a green "Verified" check mark in our commit.
- [worktree switching branch without stash](/git/worktree-switching-branch-without-stash.md)
