Serchinastico
Follow
👋
Pinned Loading
-
-
-
Alias for easier git rebase --onto
Alias for easier git rebase --onto 1[alias]
2# ronto stands for "rebase --onto". Uses the current branch to move it and updates the start-of-the-branch tag along
3ronto = "!f() { \
4git rebase --onto $1 __start__$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --abbrev-ref HEAD); \
5git tag -d __start__$(git rev-parse --abbrev-ref HEAD); \
-
learnyougit
learnyougit PublicForked from Karumi/learnyougit
A self-guided workshop to learn the basics and some of the internals of Git
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.