Skip to content

Commit 4089aef

Browse files
committed
feat: initial
1 parent 51eb289 commit 4089aef

6 files changed

+1197
-0
lines changed

26072394-d677-4e28-8982-85cb1fa99551

Whitespace-only changes.

e7ef56b4-24b9-44eb-adce-92b97a253730

Whitespace-only changes.

rebase_editor

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
# Save to rebase_editor.sh, chmod +x it
3+
file="$1"
4+
if head -n1 "$file" | egrep -q '^pick' "$file" ; then
5+
perl -pi -e 's/^pick/e/' "$file"
6+
fi

0 commit comments

Comments
 (0)