Last active
January 18, 2022 15:35
-
-
Save LopatkinEvgeniy/8533ab3f527ac86cc610 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
name = Lopatkin Evgeniy | |
[core] | |
editor = vim | |
[push] | |
default = simple | |
[alias] | |
hist = log --oneline --graph -7 | |
st = status | |
ch = checkout | |
br = branch | |
rb = !sh -c 'git rebase -i $(git merge-base --fork-point master)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment