https://github.com/saada/randomstuffs
https://github.com/saada/randomstuffs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/saada/randomstuffs
- Owner: saada
- Created: 2012-05-05T21:38:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T15:17:26.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T22:21:43.992Z (about 3 years ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#My private repo
##Git aliases
co = checkout
ci = commit
st = status
br = branch
fall = fetch --all
mr = merge
unstage = reset HEAD
pl = pull
ps = push
ls = stash list
save = stash save
pop = stash pop
verbose = log --graph --stat --pretty=format:'The author of %Cblue%h%Creset was %C(yellow)%an%Creset, %C(blue)%ar%Creset, and they said \n%C(yellow)%s\n%C(green)==========================================================\n%b%C(green)==========================================================\n%Creset'
gist = log --pretty=format:'%C(red)%h%Creset%C(white)%d %C(green)%an%Creset - %C(yellow)%s %Cgreen(%cr)%Creset' --graph --date=relative
continue = rebase --continue