Last active
July 2, 2017 05:58
-
-
Save sonalkr132/06e660f1ae512a3cbbf6ab8d92229763 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] | |
name = Aditya Prakash | |
email = [email protected] | |
[alias] | |
co = checkout | |
s = status | |
c = commit | |
lo = log --oneline -10 | |
l = log --oneline | |
p = push | |
ds = diff --staged | |
d = diff | |
r = rebase | |
sh = stash | |
b = branch | |
ca = commit --amend --no-edit | |
cp = cherry-pick | |
[core] | |
editor = gedit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment