We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d3390 commit d118840Copy full SHA for d118840
README.md
@@ -38,6 +38,16 @@ $ lit wibble-wobble branchy
38
$ lit booty pop
39
```
40
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
51
52
# Show your most recent commit
53
$ lit cheeky-peek
lit-git.sh
@@ -2,10 +2,14 @@
2
while read yeah nah ; do
3
echo git config --global alias.$yeah $nah
4
done <<EODANK
5
+bamboozle 'add --patch'
6
+dad '!curl -w "\n" -H "Accept: text/plain" https://icanhazdadjoke.com/ && git add'
7
+heck 'reset'
8
yoink 'fetch'
9
plop 'push'
10
yolo-plop 'push -f'
11
cheeky-peek 'show'
12
+who-would-win 'rebase -i'
13
wibble 'checkout'
14
wobble 'branch'
15
wibble-wobble 'checkout -b'
0 commit comments