mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
align hashbang of git-guilt & git-merge-into
This commit is contained in:
parent
eb57e1f25c
commit
09d967dfbd
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for param in $*
|
||||
do
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
current_branch() {
|
||||
git rev-parse --abbrev-ref HEAD
|
||||
|
|
|
|||
Loading…
Reference in a new issue