Skip to content

Commit d118840

Browse files
committed
Do repo a heckin' bamboozle
1 parent 58d3390 commit d118840

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ $ lit wibble-wobble branchy
3838
$ lit booty pop
3939
```
4040

41+
```
42+
# Reset your files back to HEAD
43+
$ lit heck HEAD --hard
44+
```
45+
46+
```
47+
# Make your commits fight to the death
48+
$ lit who-would-win <BRANCH_NAME>
49+
```
50+
4151
```
4252
# Show your most recent commit
4353
$ lit cheeky-peek

lit-git.sh

+4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
while read yeah nah ; do
33
echo git config --global alias.$yeah $nah
44
done <<EODANK
5+
bamboozle 'add --patch'
6+
dad '!curl -w "\n" -H "Accept: text/plain" https://icanhazdadjoke.com/ && git add'
7+
heck 'reset'
58
yoink 'fetch'
69
plop 'push'
710
yolo-plop 'push -f'
811
cheeky-peek 'show'
12+
who-would-win 'rebase -i'
913
wibble 'checkout'
1014
wobble 'branch'
1115
wibble-wobble 'checkout -b'

0 commit comments

Comments
 (0)