mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 05:37:38 +01:00
pgit.sh: Add branch command to pgit.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0b8d046424
commit
200e3ac5cb
1 changed files with 11 additions and 0 deletions
|
|
@ -60,6 +60,17 @@ pull()
|
||||||
done
|
done
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
branch()
|
||||||
|
{(
|
||||||
|
local d
|
||||||
|
config
|
||||||
|
cd $pdir
|
||||||
|
for d in $pdirs; do
|
||||||
|
marker "$d"
|
||||||
|
(cd $d; git branch "$@")
|
||||||
|
done
|
||||||
|
)}
|
||||||
|
|
||||||
diff()
|
diff()
|
||||||
{(
|
{(
|
||||||
local d
|
local d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue