termtrick.com
Run
API
Facebook
Twitter
LinkedIn
Copy link
Create a bundle file of the last 5 commits of the current branch
git bundle
Package objects and references into an archive.
More information: <https://git-scm.com/docs/git-bundle>.
Trick copyright:
tl;dr; <
https://github.com/tldr-pages/tldr
>
git bundle create {{path/to/file.bundle}} -{{5}} {{HEAD}}
click the source code to copy
install
git bundle
on any operating system with
command-not-found.com