Skip to content

Instantly share code, notes, and snippets.

@yatyricky
Created December 20, 2019 01:59
Show Gist options
  • Save yatyricky/e330b37f7e8d3d031f21149282c2dd6c to your computer and use it in GitHub Desktop.
Save yatyricky/e330b37f7e8d3d031f21149282c2dd6c to your computer and use it in GitHub Desktop.
Git shortcuts

.gitconfig

[alias]
	aa = add -A
	st = status
	sh = stash save temp
	ush = stash pop stash@{0}
	ll = log --pretty=format:'%h - %an, %ar : %s'
	rb = pull --rebase
	ds = checkout -- .
	cm = commit -m
	ck = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment