more git commands
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
branch=$(git branchname)
|
||||
base="$1"
|
||||
shift
|
||||
|
||||
git reset $(git merge-base $base $branch)
|
||||
git add -A
|
||||
git commit "$@"
|
||||
|
||||
Reference in New Issue
Block a user